2 references to FindTypesInCurrentProcessAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DependentTypeFinder\RemoteDependentTypeFinderService.cs (1)
44
var types = await DependentTypeFinder.
FindTypesInCurrentProcessAsync
(namedType, solution, projects, transitive, kind, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\DependentTypeFinder_Remote.cs (1)
49
return await
FindTypesInCurrentProcessAsync
(type, solution, projects, transitive, kind, cancellationToken).ConfigureAwait(false);