6 references to RuntimeMethodHandle
ILCompiler.Compiler (5)
Compiler\Compilation.cs (1)
353return NodeFactory.RuntimeMethodHandle((MethodDesc)targetOfLookup);
Compiler\DelegateCreationInfo.cs (1)
153return factory.RuntimeMethodHandle(TargetMethod);
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
443return 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)
1840RuntimeMethodHandleNode methodHandleSymbol = _compilation.NodeFactory.RuntimeMethodHandle(method);