2 writes to _i
http2cat (2)
src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs (2)
48
_i
= b;
76
_i
+= ((b & 0x7f) << _m);
2 references to _i
http2cat (2)
src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs (2)
79
if (
_i
< 0)
94
result =
_i
;