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