Base:
1 override of GetGenericParameterConstraints
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
91public override Type[] GetGenericParameterConstraints()
1 reference to GetGenericParameterConstraints
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
93return _projector.Project(base.GetGenericParameterConstraints(), _projector.ProjectType);