2 references to CoffObjectWriter
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (1)
711
factory.Target.OperatingSystem == TargetOS.Windows ? new
CoffObjectWriter
(factory, options) :
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
87
:
base
(factory, options, outputInfoBuilder)