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