3 instantiations of XxHash3
Aspire.Hosting (1)
ApplicationModel\AspireStore.cs (1)
49var hash = new XxHash3();
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
426var hash = new XxHash3();
System.IO.Hashing (1)
System\IO\Hashing\XxHash3.cs (1)
48public XxHash3 Clone() => new(_state);
7 references to XxHash3
Aspire.Hosting (1)
ApplicationModel\AspireStore.cs (1)
49var hash = new XxHash3();
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
426var hash = new XxHash3();
System.IO.Hashing (5)
System\IO\Hashing\XxHash3.cs (4)
29/// <summary>Initializes a new instance of the <see cref="XxHash3"/> class using the default seed value 0.</summary> 34/// <summary>Initializes a new instance of the <see cref="XxHash3"/> class using the specified seed.</summary> 40/// <summary>Initializes a new instance of the <see cref="XxHash3"/> class using the state from another instance.</summary> 48public XxHash3 Clone() => new(_state);
System\IO\Hashing\XxHashShared.cs (1)
17/// <summary>Shared implementation of the XXH3 hash algorithm for 64-bit in <see cref="XxHash3"/> and <see cref="XxHash128"/> version.</summary>