5 references to UInt64
Microsoft.CodeAnalysis.CodeStyle (5)
ObjectReader.cs (2)
274case TypeCode.UInt64: return _reader.ReadUInt64(); 502case TypeCode.UInt64: return ReadUInt64ArrayElements(CreateArray<ulong>(length));
ObjectWriter.cs (3)
232_writer.Write((byte)TypeCode.UInt64); 658case TypeCode.UInt64: 942{ typeof(ulong), TypeCode.UInt64 },