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