3 references to Crc
WindowsBase (3)
Base\MS\Internal\IO\Zip\Crc32.cs (1)
70return Crc;
Base\MS\Internal\IO\Zip\ProgressiveCrcCalculatingStream.cs (2)
164if (CrcCalculator.Crc != _expectedCrc) 316return CrcCalculator.Crc;