1 write to attributePath
System.Workflow.Activities (1)
Rules\RuleAttributes.cs (1)
37this.attributePath = path;
5 references to attributePath
System.Workflow.Activities (5)
Rules\RuleAttributes.cs (5)
42get { return attributePath; } 55if (string.IsNullOrEmpty(attributePath)) 64string[] parts = attributePath.Split('/'); 169if (string.IsNullOrEmpty(attributePath)) 186string suffix = attributePath;