5 references to skipParenthesized
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (5)
2787
condition =
skipParenthesized
(condition);
2820
stack.Push((
skipParenthesized
(binOp.RightOperand), top.dest, top.jumpIfTrue));
2821
stack.Push((
skipParenthesized
(binOp.LeftOperand), fallThrough, !top.jumpIfTrue));
2829
stack.Push((
skipParenthesized
(binOp.RightOperand), top.dest, top.jumpIfTrue));
2830
stack.Push((
skipParenthesized
(binOp.LeftOperand), top.dest, top.jumpIfTrue));