3 references to WriteUInt64
System.Reflection.Metadata (3)
System\Reflection\Internal\Utilities\BlobUtilities.cs (1)
24WriteUInt64(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);