3 writes to _boundHandle
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\PreAllocatedOverlapped.Portable.cs (1)
43
_overlappedPortableCore.
_boundHandle
= null;
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.Portable.cs (2)
31
overlapped.
_boundHandle
= this;
48
overlapped.
_boundHandle
= this;
4 references to _boundHandle
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.Portable.cs (3)
45
if (overlapped.
_boundHandle
!= null)
67
if (wrapper.
_boundHandle
!= this)
81
Debug.Assert(wrapper.
_boundHandle
!= null);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandleOverlapped.cs (1)
48
if (overlapped.
_boundHandle
== null)