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);