Base:
4 references to ToString
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ExternSymbolNode.cs (1)
56
return _name.
ToString
();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (3)
250
Debug.Assert(webcilSections[webcilSections.Length - 1].SectionName.
ToString
() == "reloc");
918
new WasmImport("webcil", RtlRestoreContextTagName.
ToString
(), import: new WasmTagImportType(rtlRestoreContextTagTypeIndex), index: RtlRestoreContextTagIndex),
952
WriteFunctionExport(symbol.Name.
ToString
(), symbol.Index);