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)
37
await
_analyzerTracker
.RegisterAsync(serviceProvider, cancellationToken).ConfigureAwait(false);
45
_analyzerTracker
.Unregister();