1 instantiation of MethodGenericDictionaryNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
543return new MethodGenericDictionaryNode(method, this);
1 reference to MethodGenericDictionaryNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (1)
287return comparer.Compare(_owningMethod, ((MethodGenericDictionaryNode)other)._owningMethod);