6 references to MustParenthesize
System.Workflow.Activities (6)
Rules\Expressions.cs (6)
778
mustParenthesize = RuleDecompiler.
MustParenthesize
(leftExpr, parentExpression);
837
mustParenthesize = RuleDecompiler.
MustParenthesize
(rightExpr, parentExpression);
855
mustParenthesize = RuleDecompiler.
MustParenthesize
(binaryExpr, parentExpression);
2215
bool mustParenthesize = RuleDecompiler.
MustParenthesize
(castExpr, parentExpression);
3143
bool mustParenthesize = RuleDecompiler.
MustParenthesize
(createExpression, parentExpression);
3436
bool mustParenthesize = RuleDecompiler.
MustParenthesize
(createExpression, parentExpression);