Method GetBreakpointStatementAtPosition
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
GetBreakpointStatementAtPosition(Point)
Gets breakpoint statement range at pecified position.
public virtual IRange GetBreakpointStatementAtPosition(Point position)
Parameters
position
PointThe position to check.
Returns
- IRange
IRange
of the found breakpoint.