Base:
property
MethodHandle
System.Reflection.MethodBase.MethodHandle
4 references to MethodHandle
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
540return m_scope.GetTokenFor(rtMeth.MethodHandle); 545return m_scope.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle); 840methodHandle = vaMeth.m_method!.MethodHandle.Value;
src\System\RuntimeType.CoreCLR.cs (1)
231if (candidate is RuntimeMethodInfo candidateRMI && candidateRMI.MethodHandle.Value == method.Value)