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)
31overlapped._boundHandle = this; 48overlapped._boundHandle = this;
4 references to _boundHandle
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.Portable.cs (3)
45if (overlapped._boundHandle != null) 67if (wrapper._boundHandle != this) 81Debug.Assert(wrapper._boundHandle != null);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandleOverlapped.cs (1)
48if (overlapped._boundHandle == null)