2 writes to _callback
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (2)
1194
quwi.
_callback
= null;
1203
_callback
= callback;
2 references to _callback
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (2)
1192
Debug.Assert(quwi.
_callback
!= null);
1193
WaitCallback callback = quwi.
_callback
;