3 references to TryReadUInt64BigEndian
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (1)
70
if (BinaryPrimitives.
TryReadUInt64BigEndian
(buffer, out ulong serializedLong))
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (1)
70
if (BinaryPrimitives.
TryReadUInt64BigEndian
(buffer, out ulong serializedLong))
System.Net.Http (1)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\Helpers\VariableLengthIntegerHelper.cs (1)
70
if (BinaryPrimitives.
TryReadUInt64BigEndian
(buffer, out ulong serializedLong))