Base:
property
ReflectedType
System.Reflection.MemberInfo.ReflectedType
4 overrides of ReflectedType
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
158
public sealed override Type
ReflectedType
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
29
public sealed override Type
ReflectedType
{ get { throw NotImplemented.ByDesign; } }
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
177
public sealed override Type
ReflectedType
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
151
public sealed override Type
ReflectedType
2 references to ReflectedType
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (2)
162
return _genericMethodDefinition.
ReflectedType
;
220
if (_genericMethodDefinition.
ReflectedType
.Equals(_genericMethodDefinition.DeclaringType))