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