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