1 write to _vsMonitorSelection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerItemTracker.cs (1)
42_vsMonitorSelection ??= await serviceProvider.GetServiceAsync<SVsShellMonitorSelection, IVsMonitorSelection>(_threadingContext.JoinableTaskFactory, throwOnFailure: false).ConfigureAwait(false);
2 references to _vsMonitorSelection
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzerItemTracker.cs (2)
44_vsMonitorSelection?.AdviseSelectionEvents(this, out _selectionEventsCookie); 49_vsMonitorSelection?.UnadviseSelectionEvents(_selectionEventsCookie);