3 writes to callback
System.ServiceModel.Internals (3)
System\Runtime\IOThreadScheduler.cs (3)
497this.callback = callback; 511this.callback = null; 550this.callback = null;
2 references to callback
System.ServiceModel.Internals (2)
System\Runtime\IOThreadScheduler.cs (2)
493Fx.Assert(this.callback == null, "Slot already has a work item."); 547callback = this.callback;