Base:
1 override of GetNestedTypes
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
301public override Type[] GetNestedTypes(BindingFlags bindingAttr)
1 reference to GetNestedTypes
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
303return _projector.Project(base.GetNestedTypes(bindingAttr), _projector.ProjectType);