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