1 write to sha256Hash
Microsoft.NET.Build.Containers (1)
Layer.cs (1)
279sha256Hash = IncrementalHash.CreateHash(HashAlgorithmName.SHA256);
3 references to sha256Hash
Microsoft.NET.Build.Containers (3)
Layer.cs (3)
320sha256Hash.AppendData(buffer); 359internal int GetCurrentUncompressedHash(Span<byte> buffer) => sha256Hash.GetCurrentHash(buffer); 375sha256Hash.Dispose();