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