9 references to UInt32
System.Reflection.MetadataLoadContext (9)
System\Reflection\TypeLoading\General\Assignability.cs (1)
264if (t.Equals(coreTypes[CoreType.UInt32]))
System\Reflection\TypeLoading\General\CoreType.cs (1)
102case CoreType.UInt32: ns = Utf8Constants.System; name = Utf8Constants.UInt32; return;
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (3)
130if (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)
49case PrimitiveTypeCode.UInt32: return CoreType.UInt32; 73if (type == coreTypes[CoreType.UInt32]) return PrimitiveTypeCode.UInt32;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
205if (t == ct[CoreType.UInt32])
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (1)
94CoreType.UInt32,