Base:
1 override of GetNestedType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
272public override Type? GetNestedType(string name, BindingFlags bindingAttr)
1 reference to GetNestedType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
274return _projector.ProjectType(base.GetNestedType(name, bindingAttr));