2 references to ExecuteAsync
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchPresenterController.cs (1)
42
await executor.
ExecuteAsync
(query, queryDocument: null, workspace.CurrentSolution, queryCancellationSource.Token).ConfigureAwait(false);
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
434
var (newSolution, fileUpdates) = await executor.
ExecuteAsync
(query: null, queryDocument, oldSolution, cancellationToken).ConfigureAwait(false);