2 writes to args
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutorDelegateInfo.cs (2)
277this.args = e; 284this.args = e;
4 references to args
System.Workflow.ComponentModel (4)
AuthoringOM\ActivityExecutorDelegateInfo.cs (4)
303ActivityExecutionStatusChangedEventArgs activityStatusChangeEventArgs = this.args as ActivityExecutionStatusChangedEventArgs; 332this.delegateValue(activityExecutionContext, this.args); 334this.eventListener.OnEvent(activityExecutionContext, this.args); 356return "SubscriptionEvent(" + "(" + this.ContextId.ToString(CultureInfo.CurrentCulture) + ")" + this.activityQualifiedName + ", " + this.args.ToString() + ")";