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