2 writes to scheduler
System.ServiceModel.Internals (2)
System\Runtime\IOThreadScheduler.cs (2)
612
this.
scheduler
= null;
646
this.
scheduler
= iots;
3 references to scheduler
System.ServiceModel.Internals (3)
System\Runtime\IOThreadScheduler.cs (3)
611
IOThreadScheduler iots = this.
scheduler
;
643
Fx.Assert(this.
scheduler
== null, "Post called on an overlapped that is already posted.");
653
if (this.
scheduler
!= null)