1 write to _analyzerTracker
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerNodeSetup.cs (1)
27_analyzerTracker = analyzerTracker;
2 references to _analyzerTracker
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzerNodeSetup.cs (2)
33await _analyzerTracker.RegisterAsync(serviceProvider, cancellationToken).ConfigureAwait(false); 41_analyzerTracker.Unregister();