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