4 references to FileLengthModulo
System (4)
sys\System\IO\compression\GZipDecoder.cs (2)
268if (n >= GZipConstants.FileLengthModulo) { 269n %= GZipConstants.FileLengthModulo;
sys\System\IO\compression\GZipUtils.cs (2)
63if (n >= GZipConstants.FileLengthModulo) { 64n %= GZipConstants.FileLengthModulo;