1 write to CaretLocation
Microsoft.CodeAnalysis.Features (1)
BraceCompletion\IBraceCompletionService.cs (1)
95CaretLocation = caretLocation;
3 references to CaretLocation
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (2)
443var caretLine = SubjectBuffer.CurrentSnapshot.GetLineFromLineNumber(result.CaretLocation.Line); 444TextView.TryMoveCaretToAndEnsureVisible(new VirtualSnapshotPoint(caretLine, result.CaretLocation.Character));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
156var desiredCaretLinePosition = postReturnEdit.Value.CaretLocation;