17 references to UInt16
Microsoft.CodeAnalysis (17)
CodeGen\ILBuilderConversions.cs (10)
65case Microsoft.Cci.PrimitiveTypeCode.UInt16: 69case Microsoft.Cci.PrimitiveTypeCode.UInt16: 87case Microsoft.Cci.PrimitiveTypeCode.UInt16: 108case Microsoft.Cci.PrimitiveTypeCode.UInt16: 139case Microsoft.Cci.PrimitiveTypeCode.UInt16: 175case Microsoft.Cci.PrimitiveTypeCode.UInt16: 209case Microsoft.Cci.PrimitiveTypeCode.UInt16: 242case Microsoft.Cci.PrimitiveTypeCode.UInt16: 304case Microsoft.Cci.PrimitiveTypeCode.UInt16: 331case Microsoft.Cci.PrimitiveTypeCode.UInt16:
CodeGen\PrivateImplementationDetails.cs (1)
198Cci.PrimitiveTypeCode.Int16 or Cci.PrimitiveTypeCode.UInt16 or Cci.PrimitiveTypeCode.Char or
PEWriter\MetadataWriter.cs (2)
3953case PrimitiveTypeCode.UInt16: 4074case PrimitiveTypeCode.UInt16:
PrimitiveTypeCodeExtensions.cs (2)
45case Cci.PrimitiveTypeCode.UInt16: 77case Cci.PrimitiveTypeCode.UInt16: return ConstantValueTypeDiscriminator.UInt16;
SpecialTypes.cs (2)
116s_typeIdToTypeCodeMap[(int)SpecialType.System_UInt16] = Microsoft.Cci.PrimitiveTypeCode.UInt16; 140s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.UInt16] = SpecialType.System_UInt16;