2 references to ResolveMethodHandleInternal
System.Private.CoreLib (2)
src\System\Reflection\Associates.cs (1)
66
RuntimeMethodHandleInternal associateMethodHandle = ModuleHandle.
ResolveMethodHandleInternal
(RuntimeTypeHandle.GetModule(declaredType), tkMethod, genericArgumentHandles, default);
src\System\RuntimeHandles.cs (1)
1886
RuntimeMethodHandleInternal handle =
ResolveMethodHandleInternal
(module, methodToken, typeInstantiationContextHandles, methodInstantiationContextHandles);