13 references to WriteUInt64BigEndian
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.Integer.cs (1)
116BinaryPrimitives.WriteUInt64BigEndian(_buffer.AsSpan(_offset), value);
System.IO.Hashing (7)
System\IO\Hashing\Crc64ParameterSet.cs (1)
82BinaryPrimitives.WriteUInt64BigEndian(destination, crc);
System\IO\Hashing\XxHash3.cs (2)
76BinaryPrimitives.WriteUInt64BigEndian(result, hash); 169BinaryPrimitives.WriteUInt64BigEndian(destination, hash);
System\IO\Hashing\XxHash64.cs (4)
135BinaryPrimitives.WriteUInt64BigEndian(destination, hash); 195BinaryPrimitives.WriteUInt64BigEndian(ret, hash); 221BinaryPrimitives.WriteUInt64BigEndian(destination, hash); 243BinaryPrimitives.WriteUInt64BigEndian(destination, hash);
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.cs (1)
737BinaryPrimitives.WriteUInt64BigEndian(sendBuffer.AsSpan(2), (ulong)payload.Length);
System.Private.CoreLib (1)
src\libraries\Common\src\System\Sha1ForNonSecretPurposes.cs (1)
55BinaryPrimitives.WriteUInt64BigEndian(tail.Slice(pos), (ulong)originalLength * 8);
System.Security.Cryptography (2)
System\Security\Cryptography\Aes.cs (2)
420BinaryPrimitives.WriteUInt64BigEndian(buf, iv); 462BinaryPrimitives.WriteUInt64BigEndian(A, iv);
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHelpers.cs (1)
81BinaryPrimitives.WriteUInt64BigEndian(buffer.Slice(1), value);