2 writes to _projectionBuffer
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
124_projectionBuffer = null; 154_projectionBuffer = GetAdjustedBuffer(contextPoint, document, debuggerMappedSpan);
8 references to _projectionBuffer
Microsoft.VisualStudio.LanguageServices (8)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (8)
85public ITextBuffer Buffer { get { return _projectionBuffer; } } 157var forkedSolution = solution.WithDocumentText(document.Id, _projectionBuffer.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity); 160forkedSolution = forkedSolution.WithDocumentText(link, _projectionBuffer.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity); 166_workspace.OpenDocument(document.Id, _projectionBuffer.AsTextContainer()); 169_workspace.OpenDocument(link, _projectionBuffer.AsTextContainer()); 177var bufferGraph = _bufferGraphFactoryService.CreateBufferGraph(_projectionBuffer); 291_projectionBuffer.DeleteSpans(0, _projectionBuffer.CurrentSnapshot.SpanCount);