5 references to skipParenthesized
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (5)
2795condition = skipParenthesized(condition); 2828stack.Push((skipParenthesized(binOp.RightOperand), top.dest, top.jumpIfTrue)); 2829stack.Push((skipParenthesized(binOp.LeftOperand), fallThrough, !top.jumpIfTrue)); 2837stack.Push((skipParenthesized(binOp.RightOperand), top.dest, top.jumpIfTrue)); 2838stack.Push((skipParenthesized(binOp.LeftOperand), top.dest, top.jumpIfTrue));