5 references to blockLengthBuffer
System (5)
sys\System\IO\compression\Inflater.cs (5)
325
blockLengthBuffer
[state - InflaterState.UncompressedByte1] = (byte)bits;
328
blockLength =
blockLengthBuffer
[0] + ((int)
blockLengthBuffer
[1]) * 256;
329
int blockLengthComplement=
blockLengthBuffer
[2] + ((int)
blockLengthBuffer
[3]) * 256;