1 write to _machine
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
68
_machine
= factory.Target.Architecture switch
4 references to _machine
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (3)
221
Feat00Flags feat00Flags =
_machine
is Machine.I386 ? Feat00Flags.SafeSEH : 0;
297
switch (
_machine
)
384
Machine =
_machine
,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
735
Machine machine =
_machine
;