2 overrides of Write
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
765public override void Write(Stream stream, CoffStringTable stringTable, bool isBigObj) 834public 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)
477coffSymbolRecord.Write(outputFileStream, stringTable, coffHeader.IsBigObj);