Base:
1 override of GetConstructors
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
189public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr)
1 reference to GetConstructors
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
191return _projector.Project(base.GetConstructors(bindingAttr), _projector.ProjectConstructor);