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