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