1 write to isExpandedMatch
System.Workflow.Activities (1)
Rules\Parser\Parser.cs (1)
2480this.isExpandedMatch = isExpandedMatch;
6 references to isExpandedMatch
System.Workflow.Activities (6)
Rules\Parser\Parser.cs (6)
2490if (!this.isExpandedMatch && other.isExpandedMatch) 2496else if (this.isExpandedMatch && !other.isExpandedMatch) 2502else if (this.isExpandedMatch && other.isExpandedMatch)