1 write to m_ptr
mscorlib (1)
system\runtimehandles.cs (1)
1846
m_ptr
= module;
8 references to m_ptr
mscorlib (8)
system\runtimehandles.cs (8)
1854
return
m_ptr
;
1859
return
m_ptr
== null;
1864
return
m_ptr
!= null ?
m_ptr
.GetHashCode() : 0;
1875
return handle.
m_ptr
==
m_ptr
;
1881
return handle.
m_ptr
==
m_ptr
;