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