Base:
property
MethodHandle
System.Reflection.MethodBase.MethodHandle
3 references to MethodHandle
mscorlib (3)
system\reflection\emit\dynamicilgenerator.cs (3)
631return m_scope.GetTokenFor(rtMeth.MethodHandle); 647return m_scope.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle); 985methodHandle = vaMeth.m_method.MethodHandle.Value;