2 writes to _projectionBuffer
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
128_projectionBuffer = null; 168_projectionBuffer = this.ProjectionBufferFactoryService.CreateProjectionBuffer(null,
8 references to _projectionBuffer
Microsoft.VisualStudio.LanguageServices (8)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (8)
85public ITextBuffer Buffer { get { return _projectionBuffer; } } 172var forkedSolution = solution.WithDocumentText(document.Id, _projectionBuffer.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity); 175forkedSolution = forkedSolution.WithDocumentText(link, _projectionBuffer.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity); 181_workspace.OpenDocument(document.Id, _projectionBuffer.AsTextContainer()); 184_workspace.OpenDocument(link, _projectionBuffer.AsTextContainer()); 192var bufferGraph = _bufferGraphFactoryService.CreateBufferGraph(_projectionBuffer); 306_projectionBuffer.DeleteSpans(0, _projectionBuffer.CurrentSnapshot.SpanCount);