3 references to EightByteLimit
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (3)
73
Debug.Assert(value >= 0 && value <=
EightByteLimit
, "Serialized values are within [0, 2^62).");
150
Debug.Assert(longToEncode <=
EightByteLimit
);
200
Debug.Assert(value <=
EightByteLimit
);