1 override of ProjectConstructor
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
105public override ConstructorInfo? ProjectConstructor(ConstructorInfo? value)
3 references to ProjectConstructor
System.Reflection.Context (3)
System\Reflection\Context\Projection\ProjectingCustomAttributeData.cs (1)
25get { return _projector.ProjectConstructor(base.Constructor); }
System\Reflection\Context\Projection\ProjectingType.cs (2)
186return _projector.ProjectConstructor(base.GetConstructorImpl(bindingAttr, binder, callConvention, types, modifiers)); 191return _projector.Project(base.GetConstructors(bindingAttr), _projector.ProjectConstructor);