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 D | DefaultBinder.cs | 812 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 D | DefaultBinder.cs | 812 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 D | TypeExtensions.cs | 674 …return System.DefaultBinder.FindMostDerivedNewSlotMeth(candidates.ToArray(), candidates.Count) as … in GetMethodImpl()
|
H A D | defaultbinder.cs | 798 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 D | defaultbinder.cs | 775 return FindMostDerivedNewSlotMeth(aExactMatches, cExactMatches); in ExactBinding() 1064 internal static MethodBase FindMostDerivedNewSlotMeth(MethodBase[] match, int cMatches) in FindMostDerivedNewSlotMeth() method in System.DefaultBinder
|
H A D | rttype.cs | 3239 …return System.DefaultBinder.FindMostDerivedNewSlotMeth(candidates.ToArray(), candidates.Count) as … in GetMethodImpl()
|