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