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