9 references to GetMethodBase
mscorlib (9)
system\diagnostics\stacktrace.cs (2)
234
return RuntimeType.
GetMethodBase
(mhReal);
269
rgMethodBase[i] = RuntimeType.
GetMethodBase
(new RuntimeMethodInfoStub(rgMethodHandle[i], this));
system\exception.cs (1)
283
return RuntimeType.
GetMethodBase
(method);
system\reflection\assembly.cs (1)
1474
return (MethodInfo)RuntimeType.
GetMethodBase
(methodHandle);
system\reflection\emit\dynamicilgenerator.cs (1)
1239
MethodBase m = RuntimeType.
GetMethodBase
(methodReal);
system\reflection\methodbase.cs (1)
67
MethodBase m = RuntimeType.
GetMethodBase
(handle.GetMethodInfo());
system\reflection\methodinfo.cs (1)
1062
return RuntimeType.
GetMethodBase
(method);
system\rttype.cs (1)
1984
return
GetMethodBase
(ModuleHandle.ResolveMethodHandleInternal(scope, typeMetadataToken));
system\runtimehandles.cs (1)
1074
MethodBase methodInfo = RuntimeType.
GetMethodBase
(m_value);