2 instantiations of CompiledQueryId
Microsoft.CodeAnalysis.Features.ExternalAccess (2)
Copilot\Internal\SemanticSearch\CopilotSemanticSearchQueryService.cs (2)
79
impl.DiscardQuery(
new
(queryId.Id));
88
new
(queryId.Id),
3 references to CompiledQueryId
Microsoft.CodeAnalysis.Features.ExternalAccess (3)
Copilot\SemanticSearch\ICopilotSemanticSearchQueryService.cs (3)
27
CompiledQueryId
queryId,
33
void DiscardQuery(
CompiledQueryId
queryId);
45
CompiledQueryId
QueryId,