9 references to UInt32
System.Reflection.MetadataLoadContext (9)
System\Reflection\TypeLoading\General\Assignability.cs (1)
264
if (t.Equals(coreTypes[CoreType.
UInt32
]))
System\Reflection\TypeLoading\General\CoreType.cs (1)
102
case CoreType.
UInt32
: ns = Utf8Constants.System; name = Utf8Constants.UInt32; return;
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (3)
130
if (cats[2].ArgumentType == ct[CoreType.
UInt32
] && cats[3].ArgumentType == ct[CoreType.
UInt32
] && cats[4].ArgumentType == ct[CoreType.
UInt32
])
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (2)
49
case PrimitiveTypeCode.UInt32: return CoreType.
UInt32
;
73
if (type == coreTypes[CoreType.
UInt32
]) return PrimitiveTypeCode.UInt32;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
205
if (t == ct[CoreType.
UInt32
])
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (1)
94
CoreType.
UInt32
,