1 implementation of CompileQueryAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticSearch\RemoteSemanticSearchService.cs (1)
63
public ValueTask<CompileQueryResult>
CompileQueryAsync
(
1 reference to CompileQueryAsync
Microsoft.CodeAnalysis.Features (1)
SemanticSearch\IRemoteSemanticSearchService.cs (1)
173
(service, cancellationToken) => service.
CompileQueryAsync
(query, targetLanguage, SemanticSearchWorkspace.ReferenceAssembliesDirectory, cancellationToken),