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)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
43
/// <item><see cref="System.Reflection.MethodBase.
GetMethodFromHandle
(System.RuntimeMethodHandle)"/></item>
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)
39
return MethodBase.
GetMethodFromHandle
(methodHandle);
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (1)
214
MethodInfo? method = MethodBase.
GetMethodFromHandle
(methodHandle) as MethodInfo;