3 writes to _callback
System.ServiceModel.Primitives (3)
Internals\System\Runtime\IOThreadScheduler.cs (3)
339_callback = callback; 353_callback = null; 391_callback = null;
3 references to _callback
System.ServiceModel.Primitives (3)
Internals\System\Runtime\IOThreadScheduler.cs (3)
335Contract.Assert(_callback == null, "Slot already has a work item."); 388callback = _callback; 422Contract.Assert(_callback == null, "Finalized with leaked callback.");