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