1 write to sha256Hash
Microsoft.NET.Build.Containers (1)
Layer.cs (1)
241sha256Hash = IncrementalHash.CreateHash(HashAlgorithmName.SHA256);
4 references to sha256Hash
Microsoft.NET.Build.Containers (4)
Layer.cs (4)
249sha256Hash.AppendData(buffer, offset, count); 255sha256Hash.AppendData(buffer); 264internal int GetCurrentUncompressedHash(Span<byte> buffer) => sha256Hash.GetCurrentHash(buffer); 270sha256Hash.Dispose();