6 references to GetMethodBase
System.Private.CoreLib (6)
src\System\Diagnostics\StackFrameHelper.cs (1)
169return RuntimeType.GetMethodBase(mhReal);
src\System\Exception.CoreCLR.cs (1)
73return RuntimeType.GetMethodBase(methodInfo);
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
1015MethodBase m = RuntimeType.GetMethodBase(methodReal)!;
src\System\Reflection\MethodBase.CoreCLR.cs (1)
20MethodBase? m = RuntimeType.GetMethodBase(handle.GetMethodInfo());
src\System\Reflection\RuntimeAssembly.cs (1)
184return (MethodInfo?)RuntimeType.GetMethodBase(methodHandle);
src\System\RuntimeType.CoreCLR.cs (1)
1774return GetMethodBase(new ModuleHandle(scope).ResolveMethodHandle(typeMetadataToken).GetMethodInfo());