2 implementations of OnDefinitionFoundAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\SemanticSearch\CopilotSemanticSearchQueryExecutor.cs (1)
53public ValueTask OnDefinitionFoundAsync(DefinitionItem definition, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchQueryExecutor.cs (1)
38public 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);