1 write to _args
System.Workflow.Activities (1)
ConstrainedGroup.cs (1)
712_args = args;
3 references to _args
System.Workflow.Activities (3)
ConstrainedGroup.cs (3)
697get { return _args; } 707return "SubscriptionEventArg(" + (_args == null ? "null" : _args.ToString()) + ")";