Base:
method
GetMethodImpl
System.Reflection.Context.Delegation.DelegatingType.GetMethodImpl(System.String, System.Reflection.BindingFlags, System.Reflection.Binder, System.Reflection.CallingConventions, System.Type[], System.Reflection.ParameterModifier[])
1 override of GetMethodImpl
System.Reflection.Context (1)
System\Reflection\Context\Custom\CustomType.cs (1)
184protected override MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers)
1 reference to GetMethodImpl
System.Reflection.Context (1)
System\Reflection\Context\Custom\CustomType.cs (1)
186MethodInfo? method = base.GetMethodImpl(name, bindingAttr, binder, callConvention, types, modifiers);