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