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