4 references to DependentTypeFinder
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DependentTypeFinder\RemoteDependentTypeFinderService.cs (1)
44var types = await DependentTypeFinder.FindTypesInCurrentProcessAsync(namedType, solution, projects, transitive, kind, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SymbolFinder_Hierarchy.cs (3)
248var types = await DependentTypeFinder.FindTypesAsync( 284var types = await DependentTypeFinder.FindTypesAsync( 320var types = await DependentTypeFinder.FindTypesAsync(