2 references to FourByteLimit
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (2)
169else if (longToEncode <= FourByteLimit) 205value <= FourByteLimit ? 4 :