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