1 override of GetCurrentHashCore
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (1)
172
protected override void
GetCurrentHashCore
(Span<byte> destination)
5 references to GetCurrentHashCore
Microsoft.CodeAnalysis.CodeStyle (5)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (5)
190
GetCurrentHashCore
(ret);
214
GetCurrentHashCore
(destination.Slice(0, HashLengthInBytes));
238
GetCurrentHashCore
(destination.Slice(0, HashLengthInBytes));
322
/// <see cref="
GetCurrentHashCore
"/> followed by <see cref="Reset"/>.
331
GetCurrentHashCore
(destination);