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