11 references to FindImplementationsAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (7)
SymbolFinder\DependentTypeFinderTests.cs (7)
343var typesThatImplementInterface = await SymbolFinder.FindImplementationsAsync(baseInterfaceSymbol, solution, transitive: false); 384var typesThatImplementInterface = await SymbolFinder.FindImplementationsAsync(baseInterfaceSymbol, solution, transitive: false); 424var typesThatImplementInterface = await SymbolFinder.FindImplementationsAsync(baseInterfaceSymbol, solution, transitive: false); 540var immediateImpls = await SymbolFinder.FindImplementationsAsync( 548var transitiveImpls = await SymbolFinder.FindImplementationsAsync( 577var transitiveImpls = await SymbolFinder.FindImplementationsAsync( 607var transitiveImpls = await SymbolFinder.FindImplementationsAsync(
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateParameterizedMember\TypeParameterSubstitution.cs (1)
143var implementedTypes = await SymbolFinder.FindImplementationsAsync(
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SymbolFinder_Hierarchy.cs (3)
306/// <inheritdoc cref="FindImplementationsAsync(INamedTypeSymbol, Solution, bool, IImmutableSet{Project}, CancellationToken)"/> 335return await FindImplementationsAsync( 357var classAndStructImplementations = await FindImplementationsAsync(containingType, solution, transitive: true, projects, cancellationToken).ConfigureAwait(false);