1 write to m_handle
mscorlib (1)
system\reflection\methodinfo.cs (1)
263
m_handle
= handle.Value;
6 references to m_handle
mscorlib (6)
system\reflection\methodinfo.cs (6)
255
Contract.Ensures(!
m_handle
.IsNull());
305
return new RuntimeMethodHandleInternal(
m_handle
);
364
return m.
m_handle
==
m_handle
;
426
return ValueType.GetHashCodeOfPtr(
m_handle
);
959
RuntimeMethodHandle.GetStubIfNeeded(new RuntimeMethodHandleInternal(this.
m_handle
), m_declaringType, methodInstantionRuntimeType)) as MethodInfo;