37 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)
170Cci.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)
3915case PrimitiveTypeCode.UInt32: 4036case PrimitiveTypeCode.UInt32:
PrimitiveTypeCodeExtensions.cs (2)
46case Cci.PrimitiveTypeCode.UInt32: 79case Cci.PrimitiveTypeCode.UInt32: return ConstantValueTypeDiscriminator.UInt32;
SpecialTypes.cs (2)
109s_typeIdToTypeCodeMap[(int)SpecialType.System_UInt32] = Microsoft.Cci.PrimitiveTypeCode.UInt32; 133s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.UInt32] = SpecialType.System_UInt32;
Microsoft.CodeAnalysis.CSharp (5)
CodeGen\EmitConversion.cs (1)
25case Cci.PrimitiveTypeCode.UInt32:
CodeGen\EmitExpression.cs (4)
1018case Microsoft.Cci.PrimitiveTypeCode.UInt32: 1423case Microsoft.Cci.PrimitiveTypeCode.UInt32: 3017case Microsoft.Cci.PrimitiveTypeCode.UInt32: 3115case Microsoft.Cci.PrimitiveTypeCode.UInt32:
Microsoft.CodeAnalysis.UnitTests (1)
CorLibTypesTests.cs (1)
55Assert.Equal(SpecialType.System_UInt32, SpecialTypes.GetTypeFromMetadataName(Cci.PrimitiveTypeCode.UInt32));
Microsoft.CodeAnalysis.VisualBasic (11)
CodeGen\EmitConversion.vb (2)
26PrimitiveTypeCode.UInt32, 45PrimitiveTypeCode.UInt32,
CodeGen\EmitExpression.vb (4)
588Case Microsoft.Cci.PrimitiveTypeCode.UInt32 834Case Microsoft.Cci.PrimitiveTypeCode.UInt32 1993Microsoft.Cci.PrimitiveTypeCode.UInt32 2063Microsoft.Cci.PrimitiveTypeCode.UInt32
CodeGen\EmitOperators.vb (5)
71_builder.EmitNumericConversion(Cci.PrimitiveTypeCode.UInt32, 259(targetPrimitiveType = Cci.PrimitiveTypeCode.UInt32 OrElse targetPrimitiveType = Cci.PrimitiveTypeCode.UInt64) Then 278(targetPrimitiveType = Cci.PrimitiveTypeCode.UInt32 OrElse targetPrimitiveType = Cci.PrimitiveTypeCode.UInt64) Then 290(targetPrimitiveType = Cci.PrimitiveTypeCode.UInt32 OrElse targetPrimitiveType = Cci.PrimitiveTypeCode.UInt64) Then 362_builder.EmitNumericConversion(If(targetPrimitiveType.IsUnsigned(), Cci.PrimitiveTypeCode.UInt32, Cci.PrimitiveTypeCode.Int32),