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