6 references to UInt64
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\General\Assignability.cs (1)
267if (t.Equals(coreTypes[CoreType.UInt64]))
System\Reflection\TypeLoading\General\CoreType.cs (1)
103case CoreType.UInt64: ns = Utf8Constants.System; name = Utf8Constants.UInt64; return;
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (2)
50case PrimitiveTypeCode.UInt64: return CoreType.UInt64; 74if (type == coreTypes[CoreType.UInt64]) return PrimitiveTypeCode.UInt64;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
209if (t == ct[CoreType.UInt64])
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (1)
96CoreType.UInt64,