2 references to CatalogEntry
Microsoft.DotNet.Build.Tasks.FileCatalog (2)
CatalogEntry.cs (2)
56return new CatalogEntry(name ?? Path.GetFileName(filePath), sha1.GetHashAndReset(), sha256.GetHashAndReset()); 63: this(name, SHA1.HashData(content.Span), SHA256.HashData(content.Span))