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