2 writes to _callback
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (2)
1262
quwi.
_callback
= null;
1271
_callback
= callback;
2 references to _callback
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (2)
1260
Debug.Assert(quwi.
_callback
!= null);
1261
WaitCallback callback = quwi.
_callback
;