2 writes to isServiceContainerStarting
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
602
this.
isServiceContainerStarting
= true;
614
this.
isServiceContainerStarting
= false;
1 reference to isServiceContainerStarting
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
355
isSynchronousAttach = !this.
isServiceContainerStarting
;