6 overrides of GetCurrentHashCore
System.IO.Hashing (6)
System\IO\Hashing\Crc32.cs (1)
65
protected override void
GetCurrentHashCore
(Span<byte> destination)
System\IO\Hashing\Crc64.cs (1)
64
protected override void
GetCurrentHashCore
(Span<byte> destination)
System\IO\Hashing\XxHash128.cs (1)
165
protected override void
GetCurrentHashCore
(Span<byte> destination)
System\IO\Hashing\XxHash3.cs (1)
163
protected override void
GetCurrentHashCore
(Span<byte> destination)
System\IO\Hashing\XxHash32.cs (1)
115
protected override void
GetCurrentHashCore
(Span<byte> destination)
System\IO\Hashing\XxHash64.cs (1)
115
protected override void
GetCurrentHashCore
(Span<byte> destination)
5 references to GetCurrentHashCore
System.IO.Hashing (5)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (5)
154
GetCurrentHashCore
(ret);
178
GetCurrentHashCore
(destination.Slice(0, HashLengthInBytes));
202
GetCurrentHashCore
(destination.Slice(0, HashLengthInBytes));
286
/// <see cref="
GetCurrentHashCore
"/> followed by <see cref="Reset"/>.
295
GetCurrentHashCore
(destination);