2 writes to _context
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\DebuggerIntellisenseFilter.cs (2)
167
_context
= context;
176
_context
= null;
16 references to _context
Microsoft.VisualStudio.LanguageServices (16)
DebuggerIntelliSense\DebuggerIntellisenseFilter.cs (16)
72
if (
_context
!= null)
90
if (
_context
== null)
106
_context
.DebuggerTextLines.GetStateFlags(out var bufferFlags);
107
_context
.DebuggerTextLines.SetStateFlags((uint)((BUFFERSTATEFLAGS)bufferFlags & ~BUFFERSTATEFLAGS.BSF_USER_READONLY));
110
var caretPosition =
_context
.DebuggerTextView.GetCaretPoint(
_context
.Buffer);
123
_context
.RebuildSpans();
132
if (
_context
.CompletionStartsOnQuestionMark)
149
_context
.DebuggerTextLines.SetStateFlags(bufferFlags);
156
Contract.ThrowIfNull(
_context
);
157
return
_context
.Buffer;
161
=>
_context
.DebuggerTextView;
166
Debug.Assert(
_context
== null);
173
if (
_context
!= null)
175
_context
.Dispose();
181
=>
_context
?.SetContentType(install);