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