2 references to GetMethodFromHandle
Microsoft.TestPlatform.AdapterUtilities (1)
ManagedNameUtilities\ManagedNameHelper.Reflection.cs (1)
160method = MethodBase.GetMethodFromHandle(methodHandle, semanticType.TypeHandle)!;
System.Private.CoreLib (1)
Internal\Runtime\CompilerHelpers\ReflectionHelpers.cs (1)
45return MethodBase.GetMethodFromHandle(methodHandle, typeHandle);