5 references to RealBody
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
309tentative.RealBody : (IMethodBodyNode)entrypoint);
Compiler\DependencyAnalysis\TentativeInstanceMethodNode.cs (3)
37return helper == null ? RealBody: factory.MethodEntrypoint(helper); 54RealBody, 62return "Tentative instance method: " + RealBody.GetMangledName(factory.NameMangler);
Compiler\DependencyAnalysis\TentativeMethodNode.cs (1)
36return helper == null ? RealBody : factory.MethodEntrypoint(helper);