1 implementation of FindTypesAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DependentTypeFinder\RemoteDependentTypeFinderService.cs (1)
27public ValueTask<ImmutableArray<SerializableSymbolAndProjectId>> FindTypesAsync(
1 reference to FindTypesAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\DependentTypeFinder_Remote.cs (1)
35(service, solutionInfo, cancellationToken) => service.FindTypesAsync(solutionInfo, serializedType, projectIds, transitive, kind, cancellationToken),