1 override of Append
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (1)
165public override void Append(ReadOnlySpan<byte> source)
3 references to Append
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\Hashing\NonCryptographicHashAlgorithm.cs (3)
96Append(new ReadOnlySpan<byte>(source)); 126Append(new ReadOnlySpan<byte>(buffer, 0, read)); 175Append(new ReadOnlySpan<byte>(buffer, 0, read));