17 references to Int16
Microsoft.CodeAnalysis (17)
CodeGen\ILBuilderConversions.cs (10)
48case Microsoft.Cci.PrimitiveTypeCode.Int16: 53case Microsoft.Cci.PrimitiveTypeCode.Int16: 86case Microsoft.Cci.PrimitiveTypeCode.Int16: 113case Microsoft.Cci.PrimitiveTypeCode.Int16: 134case Microsoft.Cci.PrimitiveTypeCode.Int16: 181case Microsoft.Cci.PrimitiveTypeCode.Int16: 203case Microsoft.Cci.PrimitiveTypeCode.Int16: 251case Microsoft.Cci.PrimitiveTypeCode.Int16: 312case Microsoft.Cci.PrimitiveTypeCode.Int16: 338case Microsoft.Cci.PrimitiveTypeCode.Int16:
CodeGen\PrivateImplementationDetails.cs (1)
198Cci.PrimitiveTypeCode.Int16 or Cci.PrimitiveTypeCode.UInt16 or Cci.PrimitiveTypeCode.Char or
PEWriter\MetadataWriter.cs (2)
3949case PrimitiveTypeCode.Int16: 4070case PrimitiveTypeCode.Int16:
PrimitiveTypeCodeExtensions.cs (2)
28case Cci.PrimitiveTypeCode.Int16: 76case Cci.PrimitiveTypeCode.Int16: return ConstantValueTypeDiscriminator.Int16;
SpecialTypes.cs (2)
112s_typeIdToTypeCodeMap[(int)SpecialType.System_Int16] = Microsoft.Cci.PrimitiveTypeCode.Int16; 136s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.Int16] = SpecialType.System_Int16;