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