1 write to m_handle
System.Private.CoreLib (1)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
63m_handle = handle.Value;
4 references to m_handle
System.Private.CoreLib (4)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (4)
69RuntimeMethodHandleInternal IRuntimeMethodInfo.Value => new RuntimeMethodHandleInternal(m_handle); 72o is RuntimeConstructorInfo m && m.m_handle == m_handle && 125HashCode.Combine(m_handle.GetHashCode(), m_declaringType.GetUnderlyingNativeHandle().GetHashCode());