2 references to CreateTrackingSpanFromIndexToEnd
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
165
var restOfFileSpan = ContextBuffer.CurrentSnapshot.
CreateTrackingSpanFromIndexToEnd
(adjustedContextPoint, SpanTrackingMode.EdgePositive);
251
_immediateWindowContext.ProjectionBuffer.InsertSpan(0, _textView.TextSnapshot.
CreateTrackingSpanFromIndexToEnd
(caretLine.Start.Position + questionIndex + 1, SpanTrackingMode.EdgeInclusive));