1 override of GetCurrentHashCore
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Utilities\Hashing\XxHash128.cs (1)
170
protected override void
GetCurrentHashCore
(Span<byte> destination)
5 references to GetCurrentHashCore
Microsoft.AspNetCore.Razor.Utilities.Shared (5)
Utilities\Hashing\NonCryptographicHashAlgorithm.cs (5)
189
GetCurrentHashCore
(ret);
213
GetCurrentHashCore
(destination.Slice(0, HashLengthInBytes));
237
GetCurrentHashCore
(destination.Slice(0, HashLengthInBytes));
321
/// <see cref="
GetCurrentHashCore
"/> followed by <see cref="Reset"/>.
330
GetCurrentHashCore
(destination);