Home
last modified time | relevance | path

Searched refs:FindMostDerivedNewSlotMeth (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DDefaultBinder.cs812 return FindMostDerivedNewSlotMeth(aExactMatches, cExactMatches); in ExactBinding()
1115 internal static MethodBase FindMostDerivedNewSlotMeth(MethodBase[] match, int cMatches) in FindMostDerivedNewSlotMeth() method in System.DefaultBinder
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DDefaultBinder.cs812 return FindMostDerivedNewSlotMeth(aExactMatches, cExactMatches); in ExactBinding()
1115 internal static MethodBase FindMostDerivedNewSlotMeth(MethodBase[] match, int cMatches) in FindMostDerivedNewSlotMeth() method in System.DefaultBinder
/dports/devel/msbuild/msbuild-0.06/src/Shared/Compat/
H A DTypeExtensions.cs674 …return System.DefaultBinder.FindMostDerivedNewSlotMeth(candidates.ToArray(), candidates.Count) as … in GetMethodImpl()
H A Ddefaultbinder.cs798 return FindMostDerivedNewSlotMeth(aExactMatches, cExactMatches); in ExactBinding()
1091 internal static MethodBase FindMostDerivedNewSlotMeth(MethodBase[] match, int cMatches) in FindMostDerivedNewSlotMeth() method in System.DefaultBinder
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Ddefaultbinder.cs775 return FindMostDerivedNewSlotMeth(aExactMatches, cExactMatches); in ExactBinding()
1064 internal static MethodBase FindMostDerivedNewSlotMeth(MethodBase[] match, int cMatches) in FindMostDerivedNewSlotMeth() method in System.DefaultBinder
H A Drttype.cs3239 …return System.DefaultBinder.FindMostDerivedNewSlotMeth(candidates.ToArray(), candidates.Count) as … in GetMethodImpl()