3 writes to hasStartedQueueInstances
SMSvcHost (3)
System\ServiceModel\Activation\MsmqActivation.cs (3)
352this.hasStartedQueueInstances = false; 390this.hasStartedQueueInstances = true; 473this.hasStartedQueueInstances = true;
1 reference to hasStartedQueueInstances
SMSvcHost (1)
System\ServiceModel\Activation\MsmqActivation.cs (1)
347get { return this.hasStartedQueueInstances; }