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