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