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