5 references to skipParenthesized
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (5)
2785condition = skipParenthesized(condition); 2818stack.Push((skipParenthesized(binOp.RightOperand), top.dest, top.jumpIfTrue)); 2819stack.Push((skipParenthesized(binOp.LeftOperand), fallThrough, !top.jumpIfTrue)); 2827stack.Push((skipParenthesized(binOp.RightOperand), top.dest, top.jumpIfTrue)); 2828stack.Push((skipParenthesized(binOp.LeftOperand), top.dest, top.jumpIfTrue));