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