20 references to UInt32
Microsoft.CodeAnalysis (20)
CodeGen\ILBuilderConversions.cs (11)
91case Microsoft.Cci.PrimitiveTypeCode.UInt32: 104case Microsoft.Cci.PrimitiveTypeCode.UInt32: 109case Microsoft.Cci.PrimitiveTypeCode.UInt32: 145case Microsoft.Cci.PrimitiveTypeCode.UInt32: 176case Microsoft.Cci.PrimitiveTypeCode.UInt32: 210case Microsoft.Cci.PrimitiveTypeCode.UInt32: 243case Microsoft.Cci.PrimitiveTypeCode.UInt32: 276case Microsoft.Cci.PrimitiveTypeCode.UInt32: 288case Microsoft.Cci.PrimitiveTypeCode.UInt32: 305case Microsoft.Cci.PrimitiveTypeCode.UInt32: 332case Microsoft.Cci.PrimitiveTypeCode.UInt32:
CodeGen\PrivateImplementationDetails.cs (1)
199Cci.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)
153keyTypeCode: Cci.PrimitiveTypeCode.UInt32,
PEWriter\MetadataWriter.cs (2)
3961case PrimitiveTypeCode.UInt32: 4082case PrimitiveTypeCode.UInt32:
PrimitiveTypeCodeExtensions.cs (2)
46case Cci.PrimitiveTypeCode.UInt32: 79case Cci.PrimitiveTypeCode.UInt32: return ConstantValueTypeDiscriminator.UInt32;
SpecialTypes.cs (2)
115s_typeIdToTypeCodeMap[(int)SpecialType.System_UInt32] = Microsoft.Cci.PrimitiveTypeCode.UInt32; 139s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.UInt32] = SpecialType.System_UInt32;