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