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)
85
public ITextBuffer Buffer { get { return
_projectionBuffer
; } }
157
var forkedSolution = solution.WithDocumentText(document.Id,
_projectionBuffer
.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity);
160
forkedSolution = forkedSolution.WithDocumentText(link,
_projectionBuffer
.CurrentSnapshot.AsText(), PreservationMode.PreserveIdentity);
166
_workspace.OpenDocument(document.Id,
_projectionBuffer
.AsTextContainer());
169
_workspace.OpenDocument(link,
_projectionBuffer
.AsTextContainer());
177
var bufferGraph = _bufferGraphFactoryService.CreateBufferGraph(
_projectionBuffer
);
291
_projectionBuffer
.DeleteSpans(0,
_projectionBuffer
.CurrentSnapshot.SpanCount);