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