10 references to WriteInt16LittleEndian
ILCompiler.Compiler (4)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (2)
89BinaryPrimitives.WriteInt16LittleEndian(_data.AppendSpan(sizeof(short)), emit); 234BinaryPrimitives.WriteInt16LittleEndian(_data.AsSpan(offset), emit);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
542BinaryPrimitives.WriteInt16LittleEndian(buffer, (short)Machine); 559BinaryPrimitives.WriteInt16LittleEndian(buffer.Slice(6), (short)Machine);
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (2)
89BinaryPrimitives.WriteInt16LittleEndian(_data.AppendSpan(sizeof(short)), emit); 234BinaryPrimitives.WriteInt16LittleEndian(_data.AsSpan(offset), emit);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
542BinaryPrimitives.WriteInt16LittleEndian(buffer, (short)Machine); 559BinaryPrimitives.WriteInt16LittleEndian(buffer.Slice(6), (short)Machine);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\BinaryWriter.cs (1)
264BinaryPrimitives.WriteInt16LittleEndian(buffer, value);
System.Reflection.Metadata (1)
System\Reflection\Metadata\BlobWriterImpl.cs (1)
205BinaryPrimitives.WriteInt16LittleEndian(bytes, (short)value);