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)
295
if ((ushort)
_blockLength
!= (ushort)(~blockLengthComplement))
307
int bytesCopied = _output.CopyFrom(_input,
_blockLength
);
310
if (
_blockLength
== 0)