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