20 references to UInt32
Microsoft.CodeAnalysis (20)
CodeGen\ILBuilderConversions.cs (11)
91
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
104
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
109
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
145
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
176
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
210
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
243
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
276
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
288
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
305
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
332
case Microsoft.Cci.PrimitiveTypeCode.
UInt32
:
CodeGen\PrivateImplementationDetails.cs (1)
199
Cci.PrimitiveTypeCode.Int32 or Cci.PrimitiveTypeCode.
UInt32
or Cci.PrimitiveTypeCode.Float32 or
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
532
_builder.EmitNumericConversion(_keyTypeCode, Microsoft.Cci.PrimitiveTypeCode.
UInt32
, false);
CodeGen\SwitchStringJumpTableEmitter.cs (1)
153
keyTypeCode: Cci.PrimitiveTypeCode.
UInt32
,
PEWriter\MetadataWriter.cs (2)
3965
case PrimitiveTypeCode.
UInt32
:
4086
case PrimitiveTypeCode.
UInt32
:
PrimitiveTypeCodeExtensions.cs (2)
46
case Cci.PrimitiveTypeCode.
UInt32
:
79
case Cci.PrimitiveTypeCode.
UInt32
: return ConstantValueTypeDiscriminator.UInt32;
SpecialTypes.cs (2)
115
s_typeIdToTypeCodeMap[(int)SpecialType.System_UInt32] = Microsoft.Cci.PrimitiveTypeCode.
UInt32
;
139
s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.
UInt32
] = SpecialType.System_UInt32;