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