4 types derived from ObjectWriter
ILCompiler.Compiler (4)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
49internal partial class CoffObjectWriter : ObjectWriter
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
22internal abstract partial class UnixObjectWriter : ObjectWriter
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
48internal partial class CoffObjectWriter : ObjectWriter
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\UnixObjectWriter.cs (1)
21internal abstract partial class UnixObjectWriter : ObjectWriter
4 references to ObjectWriter
ILCompiler.Compiler (3)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (1)
709ObjectWriter objectWriter =
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\SectionWriter.cs (2)
16private readonly ObjectWriter _objectWriter; 23ObjectWriter objectWriter,
ILCompiler.RyuJit (1)
Compiler\RyuJitCompilation.cs (1)
119ObjectWriter.ObjectWriter.EmitObject(outputFile, nodes, NodeFactory, options, dumper, _logger);