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