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
position
PointPosition to check-up.
extended
boolSpecifies that search should be extended outside current scope.
startPt
PointRetrieves position of block node.
Returns
- ISyntaxNode
ISyntaxNode
node representing block statement.