4 references to GetCurrentHash
Aspire.Hosting (2)
ApplicationModel\AspireStore.cs (1)
66var finalFilePath = Path.Combine(_basePath, $"{name}.{Convert.ToHexString(hash.GetCurrentHash())[..12].ToLowerInvariant()}{ext}");
ApplicationModel\ReferenceExpression.cs (1)
290var hashBytes = xxHash.GetCurrentHash();
sdk-tasks (1)
Utils\FileHasher.cs (1)
31return Convert.ToHexString(xxHash.GetCurrentHash());
System.IO.Hashing (1)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (1)
289/// Call <see cref="GetCurrentHash()"/> or <see cref="GetHashAndReset()"/>