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