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