3 writes to _crc
System.IO.Hashing (3)
System\IO\Hashing\Crc64.cs (3)
48_crc = Update(_crc, source); 56_crc = InitialState; 76_crc = InitialState;
4 references to _crc
System.IO.Hashing (4)
System\IO\Hashing\Crc64.cs (4)
48_crc = Update(_crc, source); 66BinaryPrimitives.WriteUInt64BigEndian(destination, _crc); 75BinaryPrimitives.WriteUInt64BigEndian(destination, _crc); 82public ulong GetCurrentHashAsUInt64() => _crc;