2 references to TwoByteLimit
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (2)
161else if (longToEncode <= TwoByteLimit) 204value <= TwoByteLimit ? 2 :