3 references to GetCaretAtPosition
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
CompleteStatement\CompleteStatementCommandHandler.cs (3)
367
forStatementCaret =
GetCaretAtPosition
(condition.Span.End);
371
forStatementCaret =
GetCaretAtPosition
(declaration.Span.End);
375
forStatementCaret =
GetCaretAtPosition
(forStatement.Initializers.Span.End);