1 implementation of FindImplementationsAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\FindUsages\RemoteFindUsagesService.cs (1)
52public ValueTask FindImplementationsAsync(
1 reference to FindImplementationsAsync
Microsoft.CodeAnalysis.Features (1)
FindUsages\AbstractFindUsagesService_FindImplementations.cs (1)
56(service, solutionInfo, callbackId, cancellationToken) => service.FindImplementationsAsync(solutionInfo, callbackId, symbolAndProjectId, cancellationToken),