Base:
property
ReflectedType
System.Reflection.MemberInfo.ReflectedType
3 references to ReflectedType
System.Private.CoreLib (3)
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (3)
129
if (!(
ReflectedType
.Equals(other.
ReflectedType
)))
136
return HashCode.Combine(_eventHandle, ContextTypeInfo,
ReflectedType
);