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