2 overrides of Write
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
765
public override void
Write
(Stream stream, CoffStringTable stringTable, bool isBigObj)
834
public override void
Write
(Stream stream, CoffStringTable stringTable, bool isBigObj)
1 reference to Write
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
477
coffSymbolRecord.
Write
(outputFileStream, stringTable, coffHeader.IsBigObj);