2 references to IAnalyzerNodeSetup
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (2)
310
await this.ComponentModel.GetService<
IAnalyzerNodeSetup
>().InitializeAsync(this, cancellationToken).ConfigureAwait(false);
318
=> this.ComponentModel.GetService<
IAnalyzerNodeSetup
>().Unregister();