2 writes to blockLength
System (2)
sys\System\IO\compression\Inflater.cs (2)
328blockLength = blockLengthBuffer[0] + ((int)blockLengthBuffer[1]) * 256; 344blockLength -= bytesCopied;
3 references to blockLength
System (3)
sys\System\IO\compression\Inflater.cs (3)
332if ((ushort) blockLength != (ushort)(~blockLengthComplement)) { 343int bytesCopied = output.CopyFrom(input, blockLength); 346if (blockLength == 0) {