1 instantiation of RuntimeMethodHandleNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
477return new RuntimeMethodHandleNode(method);
5 references to RuntimeMethodHandleNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
475_runtimeMethodHandles = new NodeCache<MethodDesc, RuntimeMethodHandleNode>((MethodDesc method) => 891private NodeCache<MethodDesc, RuntimeMethodHandleNode> _runtimeMethodHandles; 893public RuntimeMethodHandleNode RuntimeMethodHandle(MethodDesc method)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
109return comparer.Compare(_targetMethod, ((RuntimeMethodHandleNode)other)._targetMethod);
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1840RuntimeMethodHandleNode methodHandleSymbol = _compilation.NodeFactory.RuntimeMethodHandle(method);