3 references to VerifyingFooter
System (3)
sys\System\IO\compression\Inflater.cs (3)
131return (state == InflaterState.Done || state== InflaterState.VerifyingFooter); 168if( state == InflaterState.VerifyingFooter) { // finished reading CRC 219state = InflaterState.VerifyingFooter;