13 references to DependentTypesKind
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DependentTypeFinder\RemoteDependentTypeFinderService.cs (1)
34DependentTypesKind kind,
Microsoft.CodeAnalysis.Workspaces (12)
FindSymbols\FindReferences\DependentTypeFinder_Remote.cs (8)
24DependentTypesKind kind, 58DependentTypesKind kind, 63DependentTypesKind.DerivedClasses => FunctionId.DependentTypeFinder_FindAndCacheDerivedClassesAsync, 64DependentTypesKind.DerivedInterfaces => FunctionId.DependentTypeFinder_FindAndCacheDerivedInterfacesAsync, 65DependentTypesKind.ImplementingTypes => FunctionId.DependentTypeFinder_FindAndCacheImplementingTypesAsync, 73DependentTypesKind.DerivedClasses => FindDerivedClassesInCurrentProcessAsync(type, solution, projects, transitive, cancellationToken), 74DependentTypesKind.DerivedInterfaces => FindDerivedInterfacesInCurrentProcessAsync(type, solution, projects, transitive, cancellationToken), 75DependentTypesKind.ImplementingTypes => FindImplementingTypesInCurrentProcessAsync(type, solution, projects, transitive, cancellationToken),
FindSymbols\FindReferences\IRemoteDependentTypeFinderService.cs (1)
19DependentTypesKind kind,
FindSymbols\SymbolFinder_Hierarchy.cs (3)
240type, solution, projects, transitive, DependentTypesKind.DerivedClasses, cancellationToken).ConfigureAwait(false); 276type, solution, projects, transitive, DependentTypesKind.DerivedInterfaces, cancellationToken).ConfigureAwait(false); 312type, solution, projects, transitive, DependentTypesKind.ImplementingTypes, cancellationToken).ConfigureAwait(false);