6 overrides of Append
System.IO.Hashing (6)
System\IO\Hashing\Crc32.cs (1)
47public override void Append(ReadOnlySpan<byte> source)
System\IO\Hashing\Crc64.cs (1)
46public override void Append(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash128.cs (1)
158public override void Append(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash3.cs (1)
156public override void Append(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash32.cs (1)
68public override void Append(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash64.cs (1)
68public override void Append(ReadOnlySpan<byte> source)
1 reference to Append
System.IO.Hashing (1)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (1)
92Append(new ReadOnlySpan<byte>(source));