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