4 references to UncompressedByte1
System (4)
sys\System\IO\compression\Inflater.cs (4)
313state = InflaterState.UncompressedByte1; 314goto case InflaterState.UncompressedByte1; 316case InflaterState.UncompressedByte1: // decoding block length 325blockLengthBuffer[state - InflaterState.UncompressedByte1] = (byte)bits;