2 references to FindImplementationsForInterfaceMemberAsync
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolFinder_Hierarchy.cs (2)
162var implementations = await type.FindImplementationsForInterfaceMemberAsync( 364var implementations = await t.FindImplementationsForInterfaceMemberAsync(symbol, solution, cancellationToken).ConfigureAwait(false);