2 writes to _blockLength
System.IO.Compression (2)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (2)
297_blockLength = _blockLengthBuffer[0] + ((int)_blockLengthBuffer[1]) * 256; 314_blockLength -= bytesCopied;
3 references to _blockLength
System.IO.Compression (3)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (3)
301if ((ushort)_blockLength != (ushort)(~blockLengthComplement)) 313int bytesCopied = _output.CopyFrom(_input, _blockLength); 316if (_blockLength == 0)