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