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