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