5 references to Accumulate
WindowsBase (5)
Base\MS\Internal\IO\Zip\Crc32.cs (1)
62Accumulate(buffer, 0, bytesRead);
Base\MS\Internal\IO\Zip\ProgressiveCrcCalculatingStream.cs (4)
140CrcCalculator.Accumulate(buffer, offset, readCount); 158CrcCalculator.Accumulate(buffer, offset, readCount); 186CrcCalculator.Accumulate(buffer, offset, count); 210CrcCalculator.Accumulate(buffer, offset, count);