2 instantiations of CoffStringTable
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
381var stringTable = new CoffStringTable();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
806CoffStringTable stringTable = new();
6 references to CoffStringTable
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (5)
381var stringTable = new CoffStringTable(); 601public void Write(Stream stream, CoffStringTable stringTable) 728public abstract void Write(Stream stream, CoffStringTable stringTable, bool isBigObj); 765public override void Write(Stream stream, CoffStringTable stringTable, bool isBigObj) 834public override void Write(Stream stream, CoffStringTable stringTable, bool isBigObj)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
806CoffStringTable stringTable = new();