2 writes to _context
Microsoft.VisualStudio.LanguageServices (2)
Implementation\VisualStudioUIContextActivationService.cs (2)
49
_context
= context;
61
_context
= null;
4 references to _context
Microsoft.VisualStudio.LanguageServices (4)
Implementation\VisualStudioUIContextActivationService.cs (4)
51
_context
.UIContextChanged += OnContextChanged;
56
if (
_context
is not null)
58
_context
.UIContextChanged -= OnContextChanged;
66
Contract.ThrowIfNull(
_context
);