2 writes to running
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (2)
149running = true; 178running = false;
2 references to running
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (2)
266if (running && numCurrentWorkers < maxSimultaneousWorkflows) 293if (waitingQueue.Count == 0 || !running)