1 implementation of IAnalyzerNodeSetup
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerNodeSetup.cs (1)
17internal sealed class AnalyzerNodeSetup : IAnalyzerNodeSetup
3 references to IAnalyzerNodeSetup
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (2)
335await this.ComponentModel.GetService<IAnalyzerNodeSetup>().InitializeAsync(this, cancellationToken).ConfigureAwait(false); 343=> this.ComponentModel.GetService<IAnalyzerNodeSetup>().Unregister();
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerNodeSetup.cs (1)
16[Export(typeof(IAnalyzerNodeSetup))]