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