2 overrides of GetHashAndResetCore
System.IO.Hashing (2)
System\IO\Hashing\Crc32.cs (1)
75protected override void GetHashAndResetCore(Span<byte> destination)
System\IO\Hashing\Crc64.cs (1)
73protected override void GetHashAndResetCore(Span<byte> destination)
3 references to GetHashAndResetCore
System.IO.Hashing (3)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (3)
215GetHashAndResetCore(ret); 240GetHashAndResetCore(destination.Slice(0, HashLengthInBytes)); 264GetHashAndResetCore(destination.Slice(0, HashLengthInBytes));