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