4 references to UncompressedByte1
System.IO.Compression (4)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (4)
275_state = InflaterState.UncompressedByte1; 276goto case InflaterState.UncompressedByte1; 278case InflaterState.UncompressedByte1: // decoding block length 288_blockLengthBuffer[_state - InflaterState.UncompressedByte1] = (byte)bits;