15 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)
200
Cci.PrimitiveTypeCode.Int64 or Cci.PrimitiveTypeCode.
UInt64
or Cci.PrimitiveTypeCode.Float64);
PEWriter\MetadataWriter.cs (2)
3973
case PrimitiveTypeCode.
UInt64
:
4094
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)
114
s_typeIdToTypeCodeMap[(int)SpecialType.System_UInt64] = Microsoft.Cci.PrimitiveTypeCode.
UInt64
;
138
s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.
UInt64
] = SpecialType.System_UInt64;