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