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