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)
72if (_context != null) 90if (_context == null) 106_context.DebuggerTextLines.GetStateFlags(out var bufferFlags); 107_context.DebuggerTextLines.SetStateFlags((uint)((BUFFERSTATEFLAGS)bufferFlags & ~BUFFERSTATEFLAGS.BSF_USER_READONLY)); 110var caretPosition = _context.DebuggerTextView.GetCaretPoint(_context.Buffer); 123_context.RebuildSpans(); 132if (_context.CompletionStartsOnQuestionMark) 149_context.DebuggerTextLines.SetStateFlags(bufferFlags); 156Contract.ThrowIfNull(_context); 157return _context.Buffer; 161=> _context.DebuggerTextView; 166Debug.Assert(_context == null); 173if (_context != null) 175_context.Dispose(); 181=> _context?.SetContentType(install);