10 references to HashToUInt64
aspire (1)
NuGet\BundleNuGetService.cs (1)
200var hash = XxHash3.HashToUInt64(Encoding.UTF8.GetBytes(content));
Aspire.Hosting (1)
Utils\DotnetSdkVersionProvider.cs (1)
166var hash = XxHash3.HashToUInt64(File.ReadAllBytes(globalJsonPath));
Aspire.Hosting.Azure.ConnectorNamespace (1)
Provisioning\ConnectorNamespaceBicepIdentifiers.cs (1)
53var hash = XxHash3.HashToUInt64(Encoding.UTF8.GetBytes(identity))
Aspire.Hosting.Azure.Sandboxes (3)
AzureSandboxContainerDeployment.cs (3)
860var lockName = XxHash3.HashToUInt64(Encoding.UTF8.GetBytes(lockIdentity)).ToString("x16", CultureInfo.InvariantCulture); 1903var hash = XxHash3.HashToUInt64(Encoding.UTF8.GetBytes(identity)); 1924var hash = XxHash3.HashToUInt64(Encoding.UTF8.GetBytes(identity));
Aspire.Hosting.Rust (1)
RustDockerfileGenerator.cs (1)
389var hash = XxHash3.HashToUInt64(Encoding.UTF8.GetBytes(identity));
System.IO.Hashing (3)
System\IO\Hashing\XxHash3.cs (3)
75ulong hash = HashToUInt64(source, seed); 106ulong hash = HashToUInt64(source, seed); 195current = HashToUInt64(new ReadOnlySpan<byte>(buffer, (int)_state.TotalLength), (long)_state.Seed);