3 references to Hash
Aspire.Hosting.Foundry (1)
Toolbox\FoundryToolboxReconciler.cs (1)
150var hash = XxHash3.Hash(stream.GetBuffer().AsSpan(0, checked((int)stream.Length)));
Microsoft.NET.Build.Tasks (1)
NugetContentAssetPreprocessor.cs (1)
76return BitConverter.ToString(XxHash3.Hash(stream.GetBuffer().AsSpan(0, (int)stream.Length))).Replace("-", "");
System.IO.Hashing (1)
System\IO\Hashing\XxHash3.cs (1)
65return Hash(new ReadOnlySpan<byte>(source), seed);