1 write to _selectionEventsCookie
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerItemTracker.cs (1)
39
_vsMonitorSelection?.AdviseSelectionEvents(this, out
_selectionEventsCookie
);
1 reference to _selectionEventsCookie
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerItemTracker.cs (1)
44
_vsMonitorSelection?.UnadviseSelectionEvents(
_selectionEventsCookie
);