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