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