5 references to DecodeTop
System (5)
sys\System\IO\compression\Inflater.cs (5)
249state = InflaterState.DecodeTop; 261if (state < InflaterState.DecodeTop) { // we are reading the header 379case InflaterState.DecodeTop: 474state = InflaterState.DecodeTop; 655state = InflaterState.DecodeTop;