2 writes to threadRunning
System.Workflow.Runtime (2)
Hosting\ManualWorkflowSchedulerService.cs (2)
322threadRunning = true; 355threadRunning = false;
3 references to threadRunning
System.Workflow.Runtime (3)
Hosting\ManualWorkflowSchedulerService.cs (3)
332if (threadRunning) 353if (threadRunning) 367if (threadRunning)