16 references to Int32
Microsoft.CodeAnalysis (16)
CodeGen\ILBuilderConversions.cs (9)
81case Microsoft.Cci.PrimitiveTypeCode.Int32: 88case Microsoft.Cci.PrimitiveTypeCode.Int32: 114case Microsoft.Cci.PrimitiveTypeCode.Int32: 135case Microsoft.Cci.PrimitiveTypeCode.Int32: 182case Microsoft.Cci.PrimitiveTypeCode.Int32: 204case Microsoft.Cci.PrimitiveTypeCode.Int32: 252case Microsoft.Cci.PrimitiveTypeCode.Int32: 313case Microsoft.Cci.PrimitiveTypeCode.Int32: 339case Microsoft.Cci.PrimitiveTypeCode.Int32:
CodeGen\PrivateImplementationDetails.cs (1)
199Cci.PrimitiveTypeCode.Int32 or Cci.PrimitiveTypeCode.UInt32 or Cci.PrimitiveTypeCode.Float32 or
PEWriter\MetadataWriter.cs (2)
3961case PrimitiveTypeCode.Int32: 4082case PrimitiveTypeCode.Int32:
PrimitiveTypeCodeExtensions.cs (2)
29case Cci.PrimitiveTypeCode.Int32: 78case Cci.PrimitiveTypeCode.Int32: return ConstantValueTypeDiscriminator.Int32;
SpecialTypes.cs (2)
111s_typeIdToTypeCodeMap[(int)SpecialType.System_Int32] = Microsoft.Cci.PrimitiveTypeCode.Int32; 135s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.Int32] = SpecialType.System_Int32;