16 references to UInt32
ILCompiler.Compiler (10)
Compiler\TypePreinit.cs (4)
1644ILOpcode.ldelem_u4 => context.GetWellKnownType(WellKnownType.UInt32), 1741ILOpcode.ldind_u4 => context.GetWellKnownType(WellKnownType.UInt32), 1787ILOpcode.stind_i4 => stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.UInt32)), 2128&& !locationType.IsWellKnownType(WellKnownType.UInt32))
parent\parent\Common\TypeSystem\IL\ILImporter.cs (5)
526ImportLoadIndirect(WellKnownType.UInt32); 604ImportConvert(WellKnownType.UInt32, false, true); 678ImportConvert(WellKnownType.UInt32, true, true); 717ImportLoadElement(WellKnownType.UInt32); 783ImportConvert(WellKnownType.UInt32, true, true);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
46return context.GetWellKnownType(WellKnownType.UInt32);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
405return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.UInt32));
ILCompiler.ReadyToRun (2)
IBC\IBCProfileParser.cs (1)
493return context.GetWellKnownType(WellKnownType.UInt32);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
46return context.GetWellKnownType(WellKnownType.UInt32);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
91case WellKnownType.UInt32:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
127return GetWellKnownType(WellKnownType.UInt32);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
57wkt = WellKnownType.UInt32;