1 write to ProjectionBuffer
Microsoft.VisualStudio.LanguageServices (1)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (1)
222ProjectionBuffer = 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));