Base:
method
Append
System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.ReadOnlySpan<System.Byte>)
7 references to Append
Microsoft.AspNetCore.Razor.Utilities.Shared (7)
Utilities\Checksum.Builder.cs (7)
67
_hash.
Append
(s_buffer.AsSpan(0, count));
84
_hash.
Append
(buffer);
91
_hash.
Append
(buffer);
98
_hash.
Append
(buffer);
105
_hash.
Append
(buffer);
110
_hash.
Append
(MemoryMarshal.AsBytes(value.AsSpan()));
111
_hash.
Append
(MemoryMarshal.AsBytes("\0".AsSpan()));