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