5 references to TryWriteUInt64BigEndian
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\aspnetcore\src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (1)
179
if (BinaryPrimitives.
TryWriteUInt64BigEndian
(buffer, (ulong)longToEncode | EightByteLengthMask))
System.Net.Http (1)
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\Helpers\VariableLengthIntegerHelper.cs (1)
179
if (BinaryPrimitives.
TryWriteUInt64BigEndian
(buffer, (ulong)longToEncode | EightByteLengthMask))
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
758
if (BinaryPrimitives.
TryWriteUInt64BigEndian
(destination, Significand))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
902
if (BinaryPrimitives.
TryWriteUInt64BigEndian
(destination, Number.UnpackDecimalIeee754<Decimal64, ulong>(_value).Significand))
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
452
if (BinaryPrimitives.
TryWriteUInt64BigEndian
(destination, m_value))