5 references to _blockLengthBuffer
System.IO.Compression (5)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (5)
288
_blockLengthBuffer
[_state - InflaterState.UncompressedByte1] = (byte)bits;
291
_blockLength =
_blockLengthBuffer
[0] + ((int)
_blockLengthBuffer
[1]) * 256;
292
int blockLengthComplement =
_blockLengthBuffer
[2] + ((int)
_blockLengthBuffer
[3]) * 256;