2 writes to paused
SMSvcHost (2)
System\ServiceModel\Activation\MsmqActivation.cs (2)
217
this.
paused
= false;
231
this.
paused
= value;
3 references to paused
SMSvcHost (3)
System\ServiceModel\Activation\MsmqActivation.cs (3)
224
get { return this.
paused
; }
229
if (this.
paused
!= value)
232
if (!this.
paused
)