3 references to NeedsParentheses
System.Core (3)
Microsoft\Scripting\Ast\DebugViewWriter.cs (3)
335bool parenthesizeLeft = NeedsParentheses(node, node.Left); 336bool parenthesizeRight = NeedsParentheses(node, node.Right); 763if (NeedsParentheses(parent, nodeToVisit)) {