1 implementation of OnLocationFoundAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticSearch\RemoteSemanticSearchService.cs (1)
57
public async ValueTask
OnLocationFoundAsync
(Solution solution, Location location, CancellationToken cancellationToken)
1 reference to OnLocationFoundAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\SemanticSearch\CopilotSemanticSearchQueryService.cs (1)
28
=> observer.
OnLocationFoundAsync
(solution, location, cancellationToken);