1 implementation of CompileQueryAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticSearch\RemoteSemanticSearchService.cs (1)
51
public ValueTask<CompileQueryResult>
CompileQueryAsync
(
1 reference to CompileQueryAsync
Microsoft.CodeAnalysis.Features (1)
SemanticSearch\IRemoteSemanticSearchService.cs (1)
126
(service, cancellationToken) => service.
CompileQueryAsync
(query, language, referenceAssembliesDir, cancellationToken),