Method GetAutoFormatNode
GetAutoFormatNode(Point, bool, out Point)
Obtains block node at specified position.
public override ISyntaxNode GetAutoFormatNode(Point position, bool extended, out Point startPt)
Parameters
positionPointPosition to check-up.
extendedboolSpecifies that search should be extended outside current scope.
startPtPointRetrieves position of block node.
Returns
- ISyntaxNode
ISyntaxNodenode representing block statement.