1 write to m_ptr
System.Private.CoreLib (1)
src\System\RuntimeHandles.cs (1)
1676
m_ptr
= module;
7 references to m_ptr
System.Private.CoreLib (7)
src\System\RuntimeHandles.cs (7)
1682
return
m_ptr
;
1687
return
m_ptr
!= null ?
m_ptr
.GetHashCode() : 0;
1697
return handle.
m_ptr
==
m_ptr
;
1702
return handle.
m_ptr
==
m_ptr
;