31 references to UInt64
Microsoft.CodeAnalysis (15)
CodeGen\ILBuilderConversions.cs (7)
222
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
236
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
239
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
277
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
289
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
308
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
333
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
CodeGen\PrivateImplementationDetails.cs (1)
171
Cci.PrimitiveTypeCode.Int64 or Cci.PrimitiveTypeCode.
UInt64
or Cci.PrimitiveTypeCode.Float64);
PEWriter\MetadataWriter.cs (2)
3923
case PrimitiveTypeCode.
UInt64
:
4044
case PrimitiveTypeCode.
UInt64
:
PrimitiveTypeCodeExtensions.cs (3)
16
case Cci.PrimitiveTypeCode.
UInt64
:
47
case Cci.PrimitiveTypeCode.
UInt64
:
81
case Cci.PrimitiveTypeCode.
UInt64
: return ConstantValueTypeDiscriminator.UInt64;
SpecialTypes.cs (2)
108
s_typeIdToTypeCodeMap[(int)SpecialType.System_UInt64] = Microsoft.Cci.PrimitiveTypeCode.
UInt64
;
132
s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.
UInt64
] = SpecialType.System_UInt64;
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\EmitConversion.cs (1)
27
case Cci.PrimitiveTypeCode.
UInt64
:
CodeGen\EmitExpression.cs (5)
1023
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
1428
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
2109
else if (tc == Microsoft.Cci.PrimitiveTypeCode.
UInt64
)
3022
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
3120
case Microsoft.Cci.PrimitiveTypeCode.
UInt64
:
Microsoft.CodeAnalysis.UnitTests (1)
CorLibTypesTests.cs (1)
54
Assert.Equal(SpecialType.System_UInt64, SpecialTypes.GetTypeFromMetadataName(Cci.PrimitiveTypeCode.
UInt64
));
Microsoft.CodeAnalysis.VisualBasic (9)
CodeGen\EmitConversion.vb (2)
27
PrimitiveTypeCode.
UInt64
,
47
PrimitiveTypeCode.
UInt64
CodeGen\EmitExpression.vb (4)
592
Microsoft.Cci.PrimitiveTypeCode.
UInt64
838
Microsoft.Cci.PrimitiveTypeCode.
UInt64
1997
Microsoft.Cci.PrimitiveTypeCode.
UInt64
2067
Microsoft.Cci.PrimitiveTypeCode.
UInt64
CodeGen\EmitOperators.vb (3)
259
(targetPrimitiveType = Cci.PrimitiveTypeCode.UInt32 OrElse targetPrimitiveType = Cci.PrimitiveTypeCode.
UInt64
) Then
278
(targetPrimitiveType = Cci.PrimitiveTypeCode.UInt32 OrElse targetPrimitiveType = Cci.PrimitiveTypeCode.
UInt64
) Then
290
(targetPrimitiveType = Cci.PrimitiveTypeCode.UInt32 OrElse targetPrimitiveType = Cci.PrimitiveTypeCode.
UInt64
) Then