5 references to GetMethodFromHandle
ILCompiler.Compiler (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
43/// <item><see cref="System.Reflection.MethodBase.GetMethodFromHandle(System.RuntimeMethodHandle)"/></item>
illink (1)
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
43/// <item><see cref="System.Reflection.MethodBase.GetMethodFromHandle(System.RuntimeMethodHandle)"/></item>
System.Private.CoreLib (1)
Internal\Runtime\CompilerHelpers\ReflectionHelpers.cs (1)
39return MethodBase.GetMethodFromHandle(methodHandle);
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (1)
214MethodInfo? method = MethodBase.GetMethodFromHandle(methodHandle) as MethodInfo;