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