2 references to FindImplementationsForInterfaceMember
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolFinder_Hierarchy.cs (2)
172
var implementations = type.
FindImplementationsForInterfaceMember
(bestMethod, solution, cancellationToken);
373
var implementations = t.
FindImplementationsForInterfaceMember
(symbol, solution, cancellationToken);