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