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