1 write to m_handle
System.Private.CoreLib (1)
src\System\RuntimeHandles.cs (1)
1368
m_handle
= value;
2 references to m_handle
System.Private.CoreLib (2)
src\System\RuntimeHandles.cs (2)
1361
return
m_handle
== IntPtr.Zero;
1364
internal IntPtr Value =>
m_handle
;