6 references to RuntimeMethodHandle
ILCompiler.Compiler (5)
Compiler\Compilation.cs (1)
353
return NodeFactory.
RuntimeMethodHandle
((MethodDesc)targetOfLookup);
Compiler\DelegateCreationInfo.cs (1)
153
return factory.
RuntimeMethodHandle
(TargetMethod);
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
443
return factory.
RuntimeMethodHandle
(instantiatedMethod);
IL\ILImporter.Scanner.cs (2)
905
_dependencies.Add(_factory.
RuntimeMethodHandle
(methodToLookup), reason);
1175
_dependencies.Add(_factory.
RuntimeMethodHandle
(method), "ldtoken");
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1840
RuntimeMethodHandleNode methodHandleSymbol = _compilation.NodeFactory.
RuntimeMethodHandle
(method);