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