3 writes to isPaused
SMSvcHost (3)
System\ServiceModel\Activation\SharingService.cs (3)
72isPaused = false; 77isPaused = true; 87isPaused = false;
1 reference to isPaused
SMSvcHost (1)
System\ServiceModel\Activation\SharingService.cs (1)
53public bool IsPaused { get { return isPaused; } }