Base:
property
MethodHandle
System.Reflection.MethodBase.MethodHandle
3 references to MethodHandle
System.Private.CoreLib (3)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
521return m_scope.GetTokenFor(rtMeth.MethodHandle); 526return m_scope.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle);
src\System\RuntimeType.CoreCLR.cs (1)
250if (candidate is RuntimeConstructorInfo candidateRCI && candidateRCI.MethodHandle.Value == method.Value)