Base:
1 override of GetConstructorImpl
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
182
protected override ConstructorInfo?
GetConstructorImpl
(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types, ParameterModifier[]? modifiers)
1 reference to GetConstructorImpl
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
186
return _projector.ProjectConstructor(base.
GetConstructorImpl
(bindingAttr, binder, callConvention, types, modifiers));