3 references to GetCurrentHash
Aspire.Hosting (1)
ApplicationModel\AspireStore.cs (1)
60var finalFilePath = Path.Combine(_basePath, $"{name}.{Convert.ToHexString(hash.GetCurrentHash())[..12].ToLowerInvariant()}{ext}");
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
448contentHash = hash.GetCurrentHash();
System.IO.Hashing (1)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (1)
301/// Call <see cref="GetCurrentHash()"/> or <see cref="GetHashAndReset()"/>