5 references to skipParenthesized
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (5)
2768
condition =
skipParenthesized
(condition);
2801
stack.Push((
skipParenthesized
(binOp.RightOperand), top.dest, top.jumpIfTrue));
2802
stack.Push((
skipParenthesized
(binOp.LeftOperand), fallThrough, !top.jumpIfTrue));
2810
stack.Push((
skipParenthesized
(binOp.RightOperand), top.dest, top.jumpIfTrue));
2811
stack.Push((
skipParenthesized
(binOp.LeftOperand), top.dest, top.jumpIfTrue));