3 references to WriteInt16LittleEndian
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryWriter.cs (1)
264BinaryPrimitives.WriteInt16LittleEndian(buffer, value);
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
393BinaryPrimitives.WriteInt16LittleEndian(m_ILStream.AsSpan(m_length), arg); 896BinaryPrimitives.WriteInt16LittleEndian(m_ILStream.AsSpan(m_length), (short)tempVal);