2 references to USE_ACTIVE_TIMERS_KEY
System.Workflow.Runtime (2)
Hosting\ManualWorkflowSchedulerService.cs (2)
89
if (!key.Equals(
USE_ACTIVE_TIMERS_KEY
, StringComparison.OrdinalIgnoreCase))
93
throw new FormatException(
USE_ACTIVE_TIMERS_KEY
);