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