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