7 references to ReadUInt64BigEndian
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
XxHash128Tests.cs (2)
141
var high = BinaryPrimitives.
ReadUInt64BigEndian
(span);
142
var low = BinaryPrimitives.
ReadUInt64BigEndian
(span.Slice(8));
System.Formats.Cbor (1)
System\Formats\Cbor\Reader\CborReader.Integer.cs (1)
205
result = BinaryPrimitives.
ReadUInt64BigEndian
(data.Slice(1));
System.Security.Cryptography (4)
System\Security\Cryptography\Aes.cs (2)
363
iv = BinaryPrimitives.
ReadUInt64BigEndian
(decrypt);
511
return BinaryPrimitives.
ReadUInt64BigEndian
(A);
System\Security\Cryptography\DES.cs (2)
72
ulong key = BinaryPrimitives.
ReadUInt64BigEndian
(rgbOddParityKey);
90
ulong key = BinaryPrimitives.
ReadUInt64BigEndian
(rgbOddParityKey);