Base:
method
Append
System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.ReadOnlySpan<System.Byte>)
3 references to Append
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Checksum_Factory.cs (3)
32pooledHash.Object.Append(MemoryMarshal.AsBytes(value.AsSpan())); 33pooledHash.Object.Append(MemoryMarshal.AsBytes("\0".AsSpan())); 115pooledHash.Object.Append(MemoryMarshal.AsBytes(hashSpan));