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