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