2 writes to _literalLengthCodeCount
System.IO.Compression (2)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (2)
516
_literalLengthCodeCount
= _input.GetBits(5);
521
_literalLengthCodeCount
+= 257;
4 references to _literalLengthCodeCount
System.IO.Compression (4)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (4)
517
if (
_literalLengthCodeCount
< 0)
565
_codeArraySize =
_literalLengthCodeCount
+ _distanceCodeCount;
679
Array.Copy(_codeList, literalTreeCodeLength,
_literalLengthCodeCount
);
680
Array.Copy(_codeList,
_literalLengthCodeCount
, distanceTreeCodeLength, 0, _distanceCodeCount);