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