7 overrides of GetCurrentHashCore
System.IO.Hashing (7)
System\IO\Hashing\Adler32.cs (1)
80protected override void GetCurrentHashCore(Span<byte> destination)
System\IO\Hashing\Crc32.cs (1)
96protected override void GetCurrentHashCore(Span<byte> destination)
System\IO\Hashing\Crc64.cs (1)
105protected override void GetCurrentHashCore(Span<byte> destination)
System\IO\Hashing\XxHash128.cs (1)
168protected override void GetCurrentHashCore(Span<byte> destination)
System\IO\Hashing\XxHash3.cs (1)
166protected override void GetCurrentHashCore(Span<byte> destination)
System\IO\Hashing\XxHash32.cs (1)
132protected override void GetCurrentHashCore(Span<byte> destination)
System\IO\Hashing\XxHash64.cs (1)
132protected override void GetCurrentHashCore(Span<byte> destination)
5 references to GetCurrentHashCore
System.IO.Hashing (5)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (5)
142GetCurrentHashCore(ret); 166GetCurrentHashCore(destination.Slice(0, HashLengthInBytes)); 190GetCurrentHashCore(destination.Slice(0, HashLengthInBytes)); 274/// <see cref="GetCurrentHashCore"/> followed by <see cref="Reset"/>. 283GetCurrentHashCore(destination);