2 writes to _projectionBuffer
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
130_projectionBuffer = null; 170_projectionBuffer = this.ProjectionBufferFactoryService.CreateProjectionBuffer(null,
8 references to _projectionBuffer
Microsoft.VisualStudio.LanguageServices (8)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (8)
87public ITextBuffer Buffer { get { return _projectionBuffer; } } 174var forkedSolution = solution.WithDocumentText(document.Id, _projectionBuffer.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity); 177forkedSolution = forkedSolution.WithDocumentText(link, _projectionBuffer.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity); 183_workspace.OpenDocument(document.Id, _projectionBuffer.AsTextContainer()); 186_workspace.OpenDocument(link, _projectionBuffer.AsTextContainer()); 194var bufferGraph = _bufferGraphFactoryService.CreateBufferGraph(_projectionBuffer); 308_projectionBuffer.DeleteSpans(0, _projectionBuffer.CurrentSnapshot.SpanCount);