3 references to CaretLocation
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (2)
473
var caretLine = SubjectBuffer.CurrentSnapshot.GetLineFromLineNumber(result.
CaretLocation
.Line);
474
TextView.TryMoveCaretToAndEnsureVisible(new VirtualSnapshotPoint(caretLine, result.
CaretLocation
.Character));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
168
var desiredCaretLinePosition = postReturnEdit.Value.
CaretLocation
;