2 writes to _blockLength
System.IO.Compression (2)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (2)
291_blockLength = _blockLengthBuffer[0] + ((int)_blockLengthBuffer[1]) * 256; 308_blockLength -= bytesCopied;
3 references to _blockLength
System.IO.Compression (3)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (3)
295if ((ushort)_blockLength != (ushort)(~blockLengthComplement)) 307int bytesCopied = _output.CopyFrom(_input, _blockLength); 310if (_blockLength == 0)