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