1 instantiation of XxHash128
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Utilities\Checksum.Builder.XxHash128Pool.cs (1)
30
public override XxHash128 Create() =>
new
();
6 references to XxHash128
Microsoft.AspNetCore.Razor.Utilities.Shared (6)
Utilities\Checksum.Builder.cs (1)
37
private readonly
XxHash128
_hash;
Utilities\Checksum.Builder.XxHash128Pool.cs (3)
13
private sealed class XxHash128Pool : CustomObjectPool<
XxHash128
>
30
public override
XxHash128
Create() => new();
32
public override bool Return(
XxHash128
hash)
Utilities\Hashing\XxHash128.cs (2)
35
/// <summary>Initializes a new instance of the <see cref="
XxHash128
"/> class using the default seed value 0.</summary>
40
/// <summary>Initializes a new instance of the <see cref="
XxHash128
"/> class using the specified seed.</summary>