3 writes to numCurrentWorkers
System.Workflow.Runtime (3)
Hosting\DefaultWorkflowSchedulerService.cs (3)
158
numCurrentWorkers
++;
270
numCurrentWorkers
++;
295
numCurrentWorkers
--;
2 references to numCurrentWorkers
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (2)
182
while (
numCurrentWorkers
> 0)
266
if (running &&
numCurrentWorkers
< maxSimultaneousWorkflows)