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