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