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)
218await this.ComponentModel.GetService<IAnalyzerNodeSetup>().InitializeAsync(this, cancellationToken).ConfigureAwait(false); 226=> this.ComponentModel.GetService<IAnalyzerNodeSetup>().Unregister();
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerNodeSetup.cs (1)
15[Export(typeof(IAnalyzerNodeSetup))]