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