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