7 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);
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
123
BinaryPrimitives.
WriteInt16BigEndian
(m_ILStream.AsSpan(m_length), opcodeValue);
src\System\Reflection\Emit\SignatureHelper.cs (1)
477
BinaryPrimitives.
WriteInt16BigEndian
(m_signature.AsSpan(m_currSig), (short)(data | 0x80_00));