7 references to HashToUInt64
Aspire.Hosting.Azure.Sandboxes (3)
AzureSandboxContainerDeployment.cs (3)
844
var lockName = XxHash3.
HashToUInt64
(Encoding.UTF8.GetBytes(lockIdentity)).ToString("x16", CultureInfo.InvariantCulture);
1823
var hash = XxHash3.
HashToUInt64
(Encoding.UTF8.GetBytes(identity));
1844
var hash = XxHash3.
HashToUInt64
(Encoding.UTF8.GetBytes(identity));
Aspire.Hosting.Rust (1)
RustDockerfileGenerator.cs (1)
389
var hash = XxHash3.
HashToUInt64
(Encoding.UTF8.GetBytes(identity));
System.IO.Hashing (3)
System\IO\Hashing\XxHash3.cs (3)
75
ulong hash =
HashToUInt64
(source, seed);
106
ulong hash =
HashToUInt64
(source, seed);
195
current =
HashToUInt64
(new ReadOnlySpan<byte>(buffer, (int)_state.TotalLength), (long)_state.Seed);