18 references to UInt8
Microsoft.CodeAnalysis (18)
CodeGen\ILBuilderConversions.cs (12)
34
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
37
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
52
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
68
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
85
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
107
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
138
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
174
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
208
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
241
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
303
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
330
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
PEWriter\MetadataWriter.cs (2)
3941
case PrimitiveTypeCode.
UInt8
:
4062
case PrimitiveTypeCode.
UInt8
:
PrimitiveTypeCodeExtensions.cs (2)
44
case Cci.PrimitiveTypeCode.
UInt8
:
75
case Cci.PrimitiveTypeCode.
UInt8
: return ConstantValueTypeDiscriminator.Byte;
SpecialTypes.cs (2)
117
s_typeIdToTypeCodeMap[(int)SpecialType.System_Byte] = Microsoft.Cci.PrimitiveTypeCode.
UInt8
;
141
s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.
UInt8
] = SpecialType.System_Byte;