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