5 writes to isInstanceStarted
System.Workflow.Runtime (5)
WorkflowRuntime.cs (5)
1156
isInstanceStarted
= true;
1301
isInstanceStarted
= false;
1338
isInstanceStarted
= true;
1346
isInstanceStarted
= true;
1386
isInstanceStarted
= false;
2 references to isInstanceStarted
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
1176
ss(this, new WorkflowRuntimeEventArgs(
isInstanceStarted
));
1377
handler(this, new WorkflowRuntimeEventArgs(
isInstanceStarted
));