4 references to ObjectType
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (3)
55
return CustomAttribute.GetCustomAttributes(this,
ObjectType
, inherit);
702
RuntimeType baseType =
ObjectType
;
723
if (baseType ==
ObjectType
)
src\System\RuntimeType.CoreCLR.cs (1)
3305
if (rtType ==
ObjectType
&& rtType != this)