2 references to CreateTrackingSpanFromIndexToEnd
Microsoft.VisualStudio.LanguageServices (1)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (1)
236
_immediateWindowContext.ProjectionBuffer.InsertSpan(0, _textView.TextSnapshot.
CreateTrackingSpanFromIndexToEnd
(caretLine.Start.Position + questionIndex + 1, SpanTrackingMode.EdgeInclusive));
Microsoft.VisualStudio.LanguageServices.CSharp (1)
LanguageService\CSharpDebuggerIntelliSenseContext.cs (1)
113
var afterAdjustedStart = ContextBuffer.CurrentSnapshot.
CreateTrackingSpanFromIndexToEnd
(adjustedStart, SpanTrackingMode.EdgePositive);