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