33 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)
3891
case PrimitiveTypeCode.
UInt8
:
4012
case PrimitiveTypeCode.
UInt8
:
PrimitiveTypeCodeExtensions.cs (2)
44
case Cci.PrimitiveTypeCode.
UInt8
:
75
case Cci.PrimitiveTypeCode.
UInt8
: return ConstantValueTypeDiscriminator.Byte;
SpecialTypes.cs (2)
111
s_typeIdToTypeCodeMap[(int)SpecialType.System_Byte] = Microsoft.Cci.PrimitiveTypeCode.
UInt8
;
135
s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.
UInt8
] = SpecialType.System_Byte;
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\EmitConversion.cs (1)
21
case Cci.PrimitiveTypeCode.
UInt8
:
CodeGen\EmitExpression.cs (4)
1001
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
1406
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
3006
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
3104
case Microsoft.Cci.PrimitiveTypeCode.
UInt8
:
CodeGen\EmitOperators.cs (1)
610
_builder.EmitNumericConversion(Microsoft.Cci.PrimitiveTypeCode.Int32, Microsoft.Cci.PrimitiveTypeCode.
UInt8
, @checked);
Microsoft.CodeAnalysis.UnitTests (1)
CorLibTypesTests.cs (1)
57
Assert.Equal(SpecialType.System_Byte, SpecialTypes.GetTypeFromMetadataName(Cci.PrimitiveTypeCode.
UInt8
));
Microsoft.CodeAnalysis.VisualBasic (8)
CodeGen\EmitConversion.vb (2)
28
PrimitiveTypeCode.
UInt8
41
PrimitiveTypeCode.
UInt8
,
CodeGen\EmitExpression.vb (4)
575
Microsoft.Cci.PrimitiveTypeCode.
UInt8
821
Microsoft.Cci.PrimitiveTypeCode.
UInt8
1984
Microsoft.Cci.PrimitiveTypeCode.
UInt8
2054
Microsoft.Cci.PrimitiveTypeCode.
UInt8
CodeGen\EmitOperators.vb (2)
68
If targetPrimitiveType = Cci.PrimitiveTypeCode.
UInt8
OrElse
358
targetPrimitiveType = Cci.PrimitiveTypeCode.
UInt8
OrElse