7 references to WriteInt16BigEndian
Microsoft.DotNet.Build.Tasks.Installers (5)
src\RpmHeader.cs (1)
322BinaryPrimitives.WriteInt16BigEndian(tempBeBytes, (short)contents.GetValue(i)!);
src\RpmLead.cs (4)
53BinaryPrimitives.WriteInt16BigEndian(beBytes, Type); 55BinaryPrimitives.WriteInt16BigEndian(beBytes, Architecture); 62BinaryPrimitives.WriteInt16BigEndian(beBytes, OperatingSystem); 64BinaryPrimitives.WriteInt16BigEndian(beBytes, SignatureType);
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
123BinaryPrimitives.WriteInt16BigEndian(m_ILStream.AsSpan(m_length), opcodeValue);
src\System\Reflection\Emit\SignatureHelper.cs (1)
477BinaryPrimitives.WriteInt16BigEndian(m_signature.AsSpan(m_currSig), (short)(data | 0x80_00));