2 references to GetMethodFromHandle
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);