9 references to Type
Microsoft.DotNet.Build.Tasks.Installers (9)
src\RpmHeader.cs (9)
49
builder.AppendLine($"\tTag: {entry.Tag}, Type: {entry.
Type
}");
54
else if (entry.
Type
== RpmHeaderEntryType.Binary)
252
BinaryPrimitives.WriteInt32BigEndian(indexInfoBytes.AsSpan(4), (int)entry.
Type
);
253
if (entry.
Type
is RpmHeaderEntryType.Binary)
262
else if (entry.
Type
is RpmHeaderEntryType.Null)
266
else if (entry.
Type
is RpmHeaderEntryType.String or RpmHeaderEntryType.I18NString)
276
else if (entry.
Type
is RpmHeaderEntryType.StringArray)
293
int alignment = entry.
Type
switch
313
switch (entry.
Type
)