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