12 references to DependentTypesKind
Microsoft.CodeAnalysis.Workspaces (12)
FindSymbols\FindReferences\DependentTypeFinder_Remote.cs (8)
23
DependentTypesKind
kind,
57
DependentTypesKind
kind,
62
DependentTypesKind
.DerivedClasses => FunctionId.DependentTypeFinder_FindAndCacheDerivedClassesAsync,
63
DependentTypesKind
.DerivedInterfaces => FunctionId.DependentTypeFinder_FindAndCacheDerivedInterfacesAsync,
64
DependentTypesKind
.ImplementingTypes => FunctionId.DependentTypeFinder_FindAndCacheImplementingTypesAsync,
72
DependentTypesKind
.DerivedClasses => FindDerivedClassesInCurrentProcessAsync(type, solution, projects, transitive, cancellationToken),
73
DependentTypesKind
.DerivedInterfaces => FindDerivedInterfacesInCurrentProcessAsync(type, solution, projects, transitive, cancellationToken),
74
DependentTypesKind
.ImplementingTypes => FindImplementingTypesInCurrentProcessAsync(type, solution, projects, transitive, cancellationToken),
FindSymbols\FindReferences\IRemoteDependentTypeFinderService.cs (1)
19
DependentTypesKind
kind,
FindSymbols\SymbolFinder_Hierarchy.cs (3)
237
type, solution, projects, transitive,
DependentTypesKind
.DerivedClasses, cancellationToken).ConfigureAwait(false);
273
type, solution, projects, transitive,
DependentTypesKind
.DerivedInterfaces, cancellationToken).ConfigureAwait(false);
309
type, solution, projects, transitive,
DependentTypesKind
.ImplementingTypes, cancellationToken).ConfigureAwait(false);