3 references to WriteUInt64
System.Reflection.Metadata (3)
System\Reflection\Internal\Utilities\BlobUtilities.cs (1)
24
WriteUInt64
(buffer, start, BitConverter.DoubleToUInt64Bits(value));
System\Reflection\Metadata\BlobBuilder.cs (1)
910
_buffer.
WriteUInt64
(start, value);
System\Reflection\Metadata\BlobWriter.cs (1)
328
_buffer.
WriteUInt64
(start, value);