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