1 implementation of OnDefinitionFoundAsync
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Internal\SemanticSearch\CopilotSemanticSearchQueryExecutor.cs (1)
53public ValueTask OnDefinitionFoundAsync(DefinitionItem definition, CancellationToken cancellationToken)
1 reference to OnDefinitionFoundAsync
Microsoft.CodeAnalysis.Features (1)
SemanticSearch\IRemoteSemanticSearchService.cs (1)
78await observer.OnDefinitionFoundAsync(rehydratedDefinition, cancellationToken).ConfigureAwait(false);