1 instantiation of ExactMethodInstantiationsEntryNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
344return new ExactMethodInstantiationsEntryNode(method);
4 references to ExactMethodInstantiationsEntryNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
342_exactMethodEntries = new NodeCache<MethodDesc, ExactMethodInstantiationsEntryNode>(method => 1197private NodeCache<MethodDesc, ExactMethodInstantiationsEntryNode> _exactMethodEntries; 1198public ExactMethodInstantiationsEntryNode ExactMethodInstantiationsHashtableEntry(MethodDesc method)
Compiler\MetadataManager.cs (1)
357if (obj is ExactMethodInstantiationsEntryNode exactMethodsHashtableEntryNode)