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