7 references to Binary
Microsoft.DotNet.Build.Tasks.Installers (7)
src\RpmBuilder.cs (1)
417signatureEntries.Add(new(RpmSignatureTag.ReservedSpace, RpmHeaderEntryType.Binary, new ArraySegment<byte>(new byte[4128])));
src\RpmHeader.cs (6)
54else if (entry.Type == RpmHeaderEntryType.Binary) 137|| !indexEntry.Type.Equals(RpmHeaderEntryType.Binary) 147if (entry.Type is RpmHeaderEntryType.Binary) 253if (entry.Type is RpmHeaderEntryType.Binary) 345Type = RpmHeaderEntryType.Binary, 355Type = RpmHeaderEntryType.Binary,