2 writes to _m
http2cat (2)
src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs (2)
49_m = 0; 84_m += 7;
3 references to _m
http2cat (3)
src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs (3)
71if (BitOperations.LeadingZeroCount((uint)b) <= _m) 76_i += ((b & 0x7f) << _m); 88if (b == 0 && _m / 7 > 1)