1 implementation of InitializeAsync
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerNodeSetup.cs (1)
31public async Task InitializeAsync(IAsyncServiceProvider serviceProvider, CancellationToken cancellationToken)
1 reference to InitializeAsync
Microsoft.VisualStudio.LanguageServices (1)
RoslynPackage.cs (1)
218await this.ComponentModel.GetService<IAnalyzerNodeSetup>().InitializeAsync(this, cancellationToken).ConfigureAwait(false);