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