6 overrides of Append
System.IO.Hashing (6)
System\IO\Hashing\Crc32.cs (1)
57public override void Append(ReadOnlySpan<byte> source)
System\IO\Hashing\Crc64.cs (1)
56public override void Append(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash128.cs (1)
168public override void Append(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash3.cs (1)
166public override void Append(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash32.cs (1)
85public override void Append(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash64.cs (1)
85public override void Append(ReadOnlySpan<byte> source)
2 references to Append
Aspire.Hosting (1)
Utils\HashDigestStream.cs (1)
26_hashAlgorithm.Append(buffer.AsSpan(offset, count));
System.IO.Hashing (1)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (1)
92Append(new ReadOnlySpan<byte>(source));