1 instantiation of XxHash128
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Checksum_Factory.cs (1)
24
new(() =>
new
(), size: 20);
6 references to XxHash128
Microsoft.CodeAnalysis.Workspaces (6)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (2)
37
/// <summary>Initializes a new instance of the <see cref="
XxHash128
"/> class using the default seed value 0.</summary>
42
/// <summary>Initializes a new instance of the <see cref="
XxHash128
"/> class using the specified seed.</summary>
Workspace\Solution\Checksum_Factory.cs (4)
23
private static readonly ObjectPool<
XxHash128
> s_incrementalHashPool =
44
XxHash128
.Hash(MemoryMarshal.AsBytes(value.AsSpan()), destination);
83
XxHash128
.Hash(MemoryMarshal.AsBytes(hashes), destination);
136
XxHash128
.Hash(source, destination);