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