5 references to GetMethodFromHandle
ILCompiler.Compiler (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
44
/// <item><see cref="System.Reflection.MethodBase.
GetMethodFromHandle
(System.RuntimeMethodHandle, System.RuntimeTypeHandle)"/></item>
illink (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
44
/// <item><see cref="System.Reflection.MethodBase.
GetMethodFromHandle
(System.RuntimeMethodHandle, System.RuntimeTypeHandle)"/></item>
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
44
/// <item><see cref="System.Reflection.MethodBase.
GetMethodFromHandle
(System.RuntimeMethodHandle, System.RuntimeTypeHandle)"/></item>
Microsoft.TestPlatform.AdapterUtilities (1)
ManagedNameUtilities\ManagedNameHelper.Reflection.cs (1)
160
method = MethodBase.
GetMethodFromHandle
(methodHandle, semanticType.TypeHandle)!;
System.Private.CoreLib (1)
Internal\Runtime\CompilerHelpers\ReflectionHelpers.cs (1)
45
return MethodBase.
GetMethodFromHandle
(methodHandle, typeHandle);