2 writes to _literalLengthCodeCount
System.IO.Compression (2)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (2)
509
_literalLengthCodeCount
= _input.GetBits(5);
514
_literalLengthCodeCount
+= 257;
4 references to _literalLengthCodeCount
System.IO.Compression (4)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (4)
510
if (
_literalLengthCodeCount
< 0)
558
_codeArraySize =
_literalLengthCodeCount
+ _distanceCodeCount;
678
Array.Copy(_codeList, literalTreeCodeLength,
_literalLengthCodeCount
);
679
Array.Copy(_codeList,
_literalLengthCodeCount
, distanceTreeCodeLength, 0, _distanceCodeCount);