5 references to WriteInt16BigEndian
Microsoft.DotNet.Build.Tasks.Installers (5)
src\RpmHeader.cs (1)
322
BinaryPrimitives.
WriteInt16BigEndian
(tempBeBytes, (short)contents.GetValue(i)!);
src\RpmLead.cs (4)
53
BinaryPrimitives.
WriteInt16BigEndian
(beBytes, Type);
55
BinaryPrimitives.
WriteInt16BigEndian
(beBytes, Architecture);
62
BinaryPrimitives.
WriteInt16BigEndian
(beBytes, OperatingSystem);
64
BinaryPrimitives.
WriteInt16BigEndian
(beBytes, SignatureType);