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