9 references to Object
System.Reflection.MetadataLoadContext (9)
System\Reflection\DefaultBinder.cs (1)
19
_objectType = loader.TryGetCoreType(CoreType.
Object
);
System\Reflection\TypeLoading\General\Assignability.cs (4)
103
if (toTypeInfo.Equals(coreTypes[CoreType.
Object
]))
125
if (toTypeInfo.Equals(coreTypes[CoreType.
Object
]))
162
if (toTypeInfo.Equals(coreTypes[CoreType.
Object
]) && fromTypeInfo.IsInterface)
326
return t.IsClass && !t.Equals(coreTypes[CoreType.
Object
]) && !t.Equals(coreTypes[CoreType.ValueType]) && !t.Equals(coreTypes[CoreType.Enum]);
System\Reflection\TypeLoading\General\CoreType.cs (1)
96
case CoreType.
Object
: ns = Utf8Constants.System; name = Utf8Constants.Object; return;
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (1)
43
case PrimitiveTypeCode.Object: return CoreType.
Object
;
System\Reflection\TypeLoading\Types\RoGenericParameterType.cs (1)
74
return Loader.GetCoreType(CoreType.
Object
);
System\Reflection\TypeLoading\Types\RoType.cs (1)
166
baseType = Loader.GetCoreType(CoreType.
Object
);