2 references to InitializeAsync
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindow.cs (1)
57
=> _impl.
InitializeAsync
(cancellationToken);
SemanticSearch\SemanticSearchToolWindowController.cs (1)
38
_ = await toolWindowImpl.
InitializeAsync
(cancellationToken).ConfigureAwait(false);