2 references to FindMostDerivedNewSlotMeth
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (1)
830
return
FindMostDerivedNewSlotMeth
(aExactMatches, cExactMatches);
src\System\RuntimeType.CoreCLR.cs (1)
2863
return System.DefaultBinder.
FindMostDerivedNewSlotMeth
(candidates.ToArray(), candidates.Count) as MethodInfo;