1 implementation of DiscardQuery
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\SemanticSearch\CopilotSemanticSearchQueryService.cs (1)
56
public void
DiscardQuery
(CompiledQueryId queryId)
2 references to DiscardQuery
Microsoft.CodeAnalysis.Features (1)
SemanticSearch\QueryExecutionOptions.cs (1)
19
/// Keep compiled query available until <see cref="ISemanticSearchQueryService.
DiscardQuery
(CompiledQueryId)"/> is called.
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticSearch\RemoteSemanticSearchService.cs (1)
87
service.
DiscardQuery
(queryId);