1 instantiation of TentativeInstanceMethodNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
314return new TentativeInstanceMethodNode(method);
2 references to TentativeInstanceMethodNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
312_tentativeMethods = new NodeCache<IMethodBodyNode, TentativeInstanceMethodNode>(method => 1124private NodeCache<IMethodBodyNode, TentativeInstanceMethodNode> _tentativeMethods;