1 instantiation of RuntimeMethodHandleNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
476return new RuntimeMethodHandleNode(method);
5 references to RuntimeMethodHandleNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
474_runtimeMethodHandles = new NodeCache<MethodDesc, RuntimeMethodHandleNode>((MethodDesc method) => 898private NodeCache<MethodDesc, RuntimeMethodHandleNode> _runtimeMethodHandles; 900public RuntimeMethodHandleNode RuntimeMethodHandle(MethodDesc method)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
101return comparer.Compare(_targetMethod, ((RuntimeMethodHandleNode)other)._targetMethod);
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1857RuntimeMethodHandleNode methodHandleSymbol = _compilation.NodeFactory.RuntimeMethodHandle(method);