12 references to FindImplementationsAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\TypeParameterSubstitution.cs (1)
134
var implementedTypes = await SymbolFinder.
FindImplementationsAsync
(
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (7)
SymbolFinder\DependentTypeFinderTests.cs (7)
348
var typesThatImplementInterface = await SymbolFinder.
FindImplementationsAsync
(baseInterfaceSymbol, solution, transitive: false);
389
var typesThatImplementInterface = await SymbolFinder.
FindImplementationsAsync
(baseInterfaceSymbol, solution, transitive: false);
429
var typesThatImplementInterface = await SymbolFinder.
FindImplementationsAsync
(baseInterfaceSymbol, solution, transitive: false);
545
var immediateImpls = await SymbolFinder.
FindImplementationsAsync
(
553
var transitiveImpls = await SymbolFinder.
FindImplementationsAsync
(
582
var transitiveImpls = await SymbolFinder.
FindImplementationsAsync
(
612
var transitiveImpls = await SymbolFinder.
FindImplementationsAsync
(
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\TypeParameterSubstitution.cs (1)
134
var implementedTypes = await SymbolFinder.
FindImplementationsAsync
(
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SymbolFinder_Hierarchy.cs (3)
315
/// <inheritdoc cref="
FindImplementationsAsync
(INamedTypeSymbol, Solution, bool, IImmutableSet{Project}, CancellationToken)"/>
344
return await
FindImplementationsAsync
(
366
var classAndStructImplementations = await
FindImplementationsAsync
(containingType, solution, transitive: true, projects, cancellationToken).ConfigureAwait(false);