8 references to TryReadUInt32BigEndian
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (1)
61
if (BinaryPrimitives.
TryReadUInt32BigEndian
(buffer, out uint serializedInt))
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (1)
61
if (BinaryPrimitives.
TryReadUInt32BigEndian
(buffer, out uint serializedInt))
Microsoft.Extensions.ServiceDiscovery.Dns (5)
Resolver\DnsPrimitives.cs (5)
298
!BinaryPrimitives.
TryReadUInt32BigEndian
(buffer.Span.Slice(w1 + w2), out serial) ||
299
!BinaryPrimitives.
TryReadUInt32BigEndian
(buffer.Span.Slice(w1 + w2 + 4), out refresh) ||
300
!BinaryPrimitives.
TryReadUInt32BigEndian
(buffer.Span.Slice(w1 + w2 + 8), out retry) ||
301
!BinaryPrimitives.
TryReadUInt32BigEndian
(buffer.Span.Slice(w1 + w2 + 12), out expire) ||
302
!BinaryPrimitives.
TryReadUInt32BigEndian
(buffer.Span.Slice(w1 + w2 + 16), out minimum))
System.Net.Http (1)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\Helpers\VariableLengthIntegerHelper.cs (1)
61
if (BinaryPrimitives.
TryReadUInt32BigEndian
(buffer, out uint serializedInt))