1 write to _methodNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\TentativeMethodNode.cs (1)
29_methodNode = methodNode;
11 references to _methodNode
ILCompiler.Compiler (11)
Compiler\DependencyAnalysis\TentativeMethodNode.cs (11)
25public IMethodBodyNode RealBody => _methodNode; 39public MethodDesc Method => _methodNode.Method; 43return "Tentative method: " + _methodNode.GetMangledName(factory.NameMangler); 49return _methodNode.Marked; 63_methodNode.AppendMangledName(nameMangler, sb); 68return comparer.Compare(_methodNode, ((TentativeMethodNode)other)._methodNode); 75return _methodNode.Marked ? _methodNode : (ISymbolNode)this; 82Debug.Assert(!_methodNode.RepresentsIndirectionCell); 89public override bool IsShareable => ((ObjectNode)_methodNode).IsShareable;