2 writes to Machine
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
384Machine = _machine,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
745Machine = machine,
2 references to Machine
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
542BinaryPrimitives.WriteInt16LittleEndian(buffer, (short)Machine); 559BinaryPrimitives.WriteInt16LittleEndian(buffer.Slice(6), (short)Machine);