3 references to EightByteLimit
System.Net.Http (3)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\Helpers\VariableLengthIntegerHelper.cs (3)
73Debug.Assert(value >= 0 && value <= EightByteLimit, "Serialized values are within [0, 2^62)."); 150Debug.Assert(longToEncode <= EightByteLimit); 200Debug.Assert(value <= EightByteLimit);