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