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