4 writes to m_handle
mscorlib (4)
system\runtime\interopservices\gchandle.cs (4)
69
m_handle
= InternalAlloc(value, type);
81
m_handle
= handle;
112
if (handle != IntPtr.Zero && Interlocked.CompareExchange(ref
m_handle
, IntPtr.Zero, handle) == handle)
290
m_handle
= new IntPtr(((int)m_handle) | 1);
17 references to m_handle
mscorlib (17)
system\runtime\interopservices\gchandle.cs (17)
109
IntPtr handle =
m_handle
;
142
if (
m_handle
== IntPtr.Zero)
152
if (
m_handle
== IntPtr.Zero)
168
if (
m_handle
== IntPtr.Zero)
184
return
m_handle
!= IntPtr.Zero;
235
return s_cookieTable.FindOrAddHandle(value.
m_handle
);
238
return value.
m_handle
;
243
return
m_handle
.GetHashCode();
256
return
m_handle
== hnd.
m_handle
;
261
return a.
m_handle
== b.
m_handle
;
266
return a.
m_handle
!= b.
m_handle
;
272
return new IntPtr(((int)
m_handle
) & ~1);
281
return (((int)
m_handle
) & 1) != 0;
290
m_handle = new IntPtr(((int)
m_handle
) | 1);