1 write to ProjectionBuffer
Microsoft.VisualStudio.LanguageServices (1)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (1)
222
ProjectionBuffer
= projectionBuffer,
3 references to ProjectionBuffer
Microsoft.VisualStudio.LanguageServices (3)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (3)
250
_immediateWindowContext.
ProjectionBuffer
.DeleteSpans(0, _immediateWindowContext.
ProjectionBuffer
.CurrentSnapshot.SpanCount);
251
_immediateWindowContext.
ProjectionBuffer
.InsertSpan(0, _textView.TextSnapshot.CreateTrackingSpanFromIndexToEnd(caretLine.Start.Position + questionIndex + 1, SpanTrackingMode.EdgeInclusive));