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