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