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