2 references to FindMostDerivedNewSlotMeth
mscorlib (2)
system\defaultbinder.cs (1)
775return FindMostDerivedNewSlotMeth(aExactMatches, cExactMatches);
system\rttype.cs (1)
3239return System.DefaultBinder.FindMostDerivedNewSlotMeth(candidates.ToArray(), candidates.Count) as MethodInfo;