3 writes to isPaused
SMSvcHost (3)
System\ServiceModel\Activation\ActivationService.cs (3)
52
isPaused
= false;
62
isPaused
= true;
114
isPaused
= false;
1 reference to isPaused
SMSvcHost (1)
System\ServiceModel\Activation\ActivationService.cs (1)
31
public bool IsPaused { get { return
isPaused
; } }