2 references to OneByteLimit
Interop.FunctionalTests (2)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (2)
152
if (longToEncode <=
OneByteLimit
)
203
value <=
OneByteLimit
? 1 :