3 references to NeedsParentheses
System.Linq.Expressions (3)
System\Linq\Expressions\DebugViewWriter.cs (3)
303bool parenthesizeLeft = NeedsParentheses(node, node.Left); 304bool parenthesizeRight = NeedsParentheses(node, node.Right); 753if (NeedsParentheses(parent, nodeToVisit))