7 references to Int64
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\General\Assignability.cs (1)
268
return coreTypes[CoreType.
Int64
] ?? throw new TypeLoadException(SR.Format(SR.CoreTypeNotFound, "System.Int64"));
System\Reflection\TypeLoading\General\CoreType.cs (1)
93
case CoreType.
Int64
: ns = Utf8Constants.System; name = Utf8Constants.Int64; return;
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (1)
98
if (cats[0].ArgumentType != ct[CoreType.
Int64
])
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (2)
41
case PrimitiveTypeCode.Int64: return CoreType.
Int64
;
69
if (type == coreTypes[CoreType.
Int64
]) return PrimitiveTypeCode.Int64;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
207
if (t == ct[CoreType.
Int64
])
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (1)
95
CoreType.
Int64
,