2 writes to _handle
mscorlib (2)
system\runtime\compilerservices\ConditionalWeakTable.cs (2)
720
_handle
= handle;
768
_handle
= (IntPtr)0;
5 references to _handle
mscorlib (5)
system\runtime\compilerservices\ConditionalWeakTable.cs (5)
729
return
_handle
!= (IntPtr)0;
744
nGetPrimary(
_handle
, out primary);
755
nGetPrimaryAndSecondary(
_handle
, out primary, out secondary);
765
if (
_handle
!= (IntPtr)0)
767
IntPtr handle =
_handle
;