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