Base:
1 override of GetMethodImpl
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingModule.cs (1)
58protected 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\Projection\ProjectingModule.cs (1)
61return Projector.ProjectMethod(base.GetMethodImpl(name, bindingAttr, binder, callConvention, types, modifiers));