6 overrides of Append
System.IO.Hashing (6)
System\IO\Hashing\Crc32.cs (1)
57
public override void
Append
(ReadOnlySpan<byte> source)
System\IO\Hashing\Crc64.cs (1)
56
public override void
Append
(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash128.cs (1)
168
public override void
Append
(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash3.cs (1)
166
public override void
Append
(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash32.cs (1)
85
public override void
Append
(ReadOnlySpan<byte> source)
System\IO\Hashing\XxHash64.cs (1)
85
public 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)
92
Append
(new ReadOnlySpan<byte>(source));