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)
1295_dependencies.Add(_factory.RuntimeMethodHandle(method), "ldtoken");
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1852RuntimeMethodHandleNode methodHandleSymbol = _compilation.NodeFactory.RuntimeMethodHandle(method);