Base:
2 references to ToString
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\DelegateCtorSignature.cs (1)
84sb.Append(_methodToken.ToString());
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
690public override string ToString() => $"'{FixupKind}' '{DeclMethod}' on '{ImplType}' results in '{(ImplMethod != null ? ImplMethod.ToString() : "null")}'";