3 writes to paused
System.ServiceModel (3)
System\ServiceModel\Dispatcher\MessageRpc.cs (3)
110
this.
paused
= false;
564
this.
paused
= true;
691
this.
paused
= false;
3 references to paused
System.ServiceModel (3)
System\ServiceModel\Dispatcher\MessageRpc.cs (3)
178
get { return this.
paused
; }
631
if (!this.
paused
)
664
completed = !this.
paused
;