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