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