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