5 references to WriteInt16LittleEndian
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (2)
342
BinaryPrimitives.
WriteInt16LittleEndian
(span, (short)length);
343
BinaryPrimitives.
WriteInt16LittleEndian
(span.Slice(2), (short)length);
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);
892
BinaryPrimitives.
WriteInt16LittleEndian
(m_ILStream.AsSpan(m_length), (short)tempVal);