9 references to GetMethodBase
mscorlib (9)
system\delegate.cs (1)
121
RuntimeMethodInfo invoke = (RuntimeMethodInfo)RuntimeType.
GetMethodBase
((RuntimeType)this.GetType(), method);
system\reflection\Associates.cs (1)
110
RuntimeType.
GetMethodBase
(reflectedType, associateMethodHandle) as RuntimeMethodInfo;
system\reflection\methodinfo.cs (3)
402
return (RuntimeMethodInfo)RuntimeType.
GetMethodBase
(parent, RuntimeTypeHandle.GetMethodAt(parent, slot));
849
return(MethodInfo)RuntimeType.
GetMethodBase
(baseDeclaringType, baseMethodHandle);
958
ret = RuntimeType.
GetMethodBase
(ReflectedTypeInternal,
system\rttype.cs (3)
1995
MethodBase retval = RuntimeType.
GetMethodBase
(reflectedType, methodHandle.Value);
3187
MethodBase ifaceMethodBase = RuntimeType.
GetMethodBase
(ifaceRtType, ifaceRtMethodHandle);
3199
MethodBase rtTypeMethodBase = RuntimeType.
GetMethodBase
(this, classRtMethodHandle);
system\security\securityruntime.cs (1)
56
return (System.RuntimeType.
GetMethodBase
(RuntimeMethodHandle.GetDeclaringType(rmh), rmh) as MethodInfo);