1 write to delegateValue
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
276this.delegateValue = delegateValue;
2 references to delegateValue
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutorDelegateInfo.cs (2)
331if (this.delegateValue != null) 332this.delegateValue(activityExecutionContext, this.args);