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; 56if (_context is not null) 58_context.UIContextChanged -= OnContextChanged; 66Contract.ThrowIfNull(_context);