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