2 writes to gzipFooterSubstate
System (2)
sys\System\IO\compression\GZipDecoder.cs (2)
26
gzipFooterSubstate
= GzipHeaderState.ReadingCRC;
241
gzipFooterSubstate
= GzipHeaderState.ReadingFileSize;
2 references to gzipFooterSubstate
System (2)
sys\System\IO\compression\GZipDecoder.cs (2)
231
if (
gzipFooterSubstate
== GzipHeaderState.ReadingCRC) {
246
if (
gzipFooterSubstate
== GzipHeaderState.ReadingFileSize) {