2 references to ResolveMethodHandleInternalCore
mscorlib (2)
system\reflection\Associates.cs (1)
67
RuntimeMethodHandleInternal associateMethodHandle = ModuleHandle.
ResolveMethodHandleInternalCore
(RuntimeTypeHandle.GetModule(declaredType), tkMethod, genericArgumentHandles, genericArgumentCount, null, 0);
system\runtimehandles.cs (1)
1973
RuntimeMethodHandleInternal handle =
ResolveMethodHandleInternalCore
(module, methodToken, typeInstantiationContextHandles, typeInstCount, methodInstantiationContextHandles, methodInstCount);