4 references to Name
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapNode.cs (1)
50sb.Append(_importSection.Name);
Compiler\DependencyAnalysis\ReadyToRun\Import.cs (1)
56sb.Append(Table.Name);
Compiler\DependencyAnalysis\ReadyToRun\ImportThunk.cs (1)
71sb.Append($"(ImportSection:{_containingImportSection.Name},Kind:{_thunkKind})");
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
77sb.Append($"(ImportSection:{_containingImportSection.Name},Kind:{_thunkKind},Sig:{_wasmSignature.SignatureString})");