4 references to RuntimeMethodHandle
ILCompiler.Compiler (3)
Compiler\Compilation.cs (1)
359return NodeFactory.RuntimeMethodHandle((MethodDesc)targetOfLookup);
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
443return factory.RuntimeMethodHandle(instantiatedMethod);
IL\ILImporter.Scanner.cs (1)
1354_dependencies.Add(_factory.RuntimeMethodHandle(method), "ldtoken");
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1863RuntimeMethodHandleNode methodHandleSymbol = _compilation.NodeFactory.RuntimeMethodHandle(method);