4 references to GetMethodAt
System.Private.CoreLib (4)
src\System\Reflection\Associates.cs (1)
98associateMethodHandle = RuntimeTypeHandle.GetMethodAt(reflectedType, slot);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (2)
121return (RuntimeMethodInfo?)RuntimeType.GetMethodBase(parent, RuntimeTypeHandle.GetMethodAt(parent, slot)); 341baseMethodHandle = RuntimeTypeHandle.GetMethodAt(declaringType, slot);
src\System\RuntimeType.CoreCLR.cs (1)
2741RuntimeMethodHandleInternal ifaceRtMethodHandle = RuntimeTypeHandle.GetMethodAt(ifaceRtType, i);