8 references to GetMethodBase
mscorlib (8)
system\delegate.cs (1)
282
_methodBase = (MethodInfo)RuntimeType.
GetMethodBase
(declaringType, method);
system\multicastdelegate.cs (1)
595
_methodBase = (MethodInfo)RuntimeType.
GetMethodBase
(declaringType, method);
system\reflection\methodbase.cs (1)
84
return RuntimeType.
GetMethodBase
(declaringType.GetRuntimeType(), handle.GetMethodInfo());
system\reflection\methodinfo.cs (1)
992
return RuntimeType.
GetMethodBase
(m_declaringType, RuntimeMethodHandle.StripMethodInstantiation(this)) as MethodInfo;
system\reflection\module.cs (1)
735
return System.RuntimeType.
GetMethodBase
(declaringType as RuntimeType, methodHandle);
system\rttype.cs (2)
1989
return
GetMethodBase
(null, methodHandle);
3663
return
GetMethodBase
(RuntimeMethodHandle.GetDeclaringType(declaringMethod), declaringMethod);
system\runtime\remoting\message.cs (1)
443
_MethodBase = RuntimeType.
GetMethodBase
(Type.GetTypeFromHandleUnsafe(_governingType), mh);