5 references to GetMethodAt
mscorlib (5)
system\reflection\Associates.cs (1)
104associateMethodHandle = RuntimeTypeHandle.GetMethodAt(reflectedType, slot);
system\reflection\methodinfo.cs (2)
402return (RuntimeMethodInfo)RuntimeType.GetMethodBase(parent, RuntimeTypeHandle.GetMethodAt(parent, slot)); 843baseMethodHandle = RuntimeTypeHandle.GetMethodAt(declaringType, slot);
system\rttype.cs (2)
3184RuntimeMethodHandleInternal ifaceRtMethodHandle = RuntimeTypeHandle.GetMethodAt(ifaceRtType, i); 3196RuntimeMethodHandleInternal classRtMethodHandle = RuntimeTypeHandle.GetMethodAt(this, slot);