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