3 references to Tag
Microsoft.DotNet.Build.Tasks.Installers (3)
src\RpmHeader.cs (2)
49
builder.AppendLine($"\tTag: {entry.
Tag
}, Type: {entry.Type}");
251
BinaryPrimitives.WriteInt32BigEndian(indexInfoBytes, Convert.ToInt32(entry.
Tag
));
src\RpmPackage.cs (1)
30
if (header.Entries.First(e => e.
Tag
== RpmHeaderTag.PayloadCompressor).Value is not "gzip")