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