1 write to attributeTarget
System.Workflow.Activities (1)
Rules\RuleAttributes.cs (1)
36this.attributeTarget = target;
6 references to attributeTarget
System.Workflow.Activities (6)
Rules\RuleAttributes.cs (6)
47get { return attributeTarget; } 70if (attributeTarget == RuleAttributeTarget.This) 172if (attributeTarget == RuleAttributeTarget.This) 177else if (attributeTarget == RuleAttributeTarget.Parameter) 191if (attributeTarget == RuleAttributeTarget.This) 203else if (attributeTarget == RuleAttributeTarget.Parameter)