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