Base:
2 overrides of ReflectedType
System.Reflection.Context (2)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
39public override Type? ReflectedType
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (1)
28public override Type ReflectedType
1 reference to ReflectedType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
41get { return Projector.ProjectType(base.ReflectedType); }