2 references to ComputeHash
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Utils\ArtifactWriter.cs (2)
21var newHash = ComputeHash(data); 44private static string ComputeHash(string artifactPath) => ComputeHash(File.ReadAllBytes(artifactPath));