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)
87
public ITextBuffer Buffer { get { return
_projectionBuffer
; } }
174
var forkedSolution = solution.WithDocumentText(document.Id,
_projectionBuffer
.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity);
177
forkedSolution = forkedSolution.WithDocumentText(link,
_projectionBuffer
.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity);
183
_workspace.OpenDocument(document.Id,
_projectionBuffer
.AsTextContainer());
186
_workspace.OpenDocument(link,
_projectionBuffer
.AsTextContainer());
194
var bufferGraph = _bufferGraphFactoryService.CreateBufferGraph(
_projectionBuffer
);
308
_projectionBuffer
.DeleteSpans(0,
_projectionBuffer
.CurrentSnapshot.SpanCount);