4 references to UncompressedByte1
System.IO.Compression (4)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (4)
281_state = InflaterState.UncompressedByte1; 282goto case InflaterState.UncompressedByte1; 284case InflaterState.UncompressedByte1: // decoding block length 294_blockLengthBuffer[_state - InflaterState.UncompressedByte1] = (byte)bits;