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