1 write to allowSignalsOnCurrentActivity
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContext.cs (1)
73
this.
allowSignalsOnCurrentActivity
= allowSignalsOnCurrentActivity;
3 references to allowSignalsOnCurrentActivity
System.Workflow.ComponentModel (3)
AuthoringOM\ActivityExecutionContext.cs (3)
221
if (!this.
allowSignalsOnCurrentActivity
&&
255
if (!this.
allowSignalsOnCurrentActivity
&&
638
if (activity == this.currentActivity.WorkflowCoreRuntime.CurrentActivity && this.
allowSignalsOnCurrentActivity
)