5 references to FindImplementationsAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\TypeParameterSubstitution.cs (1)
132var implementedTypes = await SymbolFinder.FindImplementationsAsync(
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\TypeParameterSubstitution.cs (1)
132var implementedTypes = await SymbolFinder.FindImplementationsAsync(
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SymbolFinder_Hierarchy.cs (3)
315/// <inheritdoc cref="FindImplementationsAsync(INamedTypeSymbol, Solution, bool, IImmutableSet{Project}, CancellationToken)"/> 344return await FindImplementationsAsync( 366var classAndStructImplementations = await FindImplementationsAsync(containingType, solution, transitive: true, projects, cancellationToken).ConfigureAwait(false);