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