4 references to ObjectType
mscorlib (4)
system\rttype.cs (4)
3699
if (rtType == RuntimeType.
ObjectType
&& rtType != this)
3787
RuntimeType baseType = RuntimeType.
ObjectType
;
3809
if (baseType == RuntimeType.
ObjectType
)
5030
return CustomAttribute.GetCustomAttributes(this, RuntimeType.
ObjectType
, inherit);