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