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