1 instantiation of XxHash128
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Checksum_Factory.cs (1)
24new(() => 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)
23private static readonly ObjectPool<XxHash128> s_incrementalHashPool = 44XxHash128.Hash(MemoryMarshal.AsBytes(value.AsSpan()), destination); 83XxHash128.Hash(MemoryMarshal.AsBytes(hashes), destination); 136XxHash128.Hash(source, destination);