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)
85
public ITextBuffer Buffer { get { return
_projectionBuffer
; } }
172
var forkedSolution = solution.WithDocumentText(document.Id,
_projectionBuffer
.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity);
175
forkedSolution = forkedSolution.WithDocumentText(link,
_projectionBuffer
.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity);
181
_workspace.OpenDocument(document.Id,
_projectionBuffer
.AsTextContainer());
184
_workspace.OpenDocument(link,
_projectionBuffer
.AsTextContainer());
192
var bufferGraph = _bufferGraphFactoryService.CreateBufferGraph(
_projectionBuffer
);
306
_projectionBuffer
.DeleteSpans(0,
_projectionBuffer
.CurrentSnapshot.SpanCount);