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