4 references to VisitAllElements
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundExpression.cs (1)
733((BoundTupleExpression)argument).VisitAllElements(action, args);
FlowAnalysis\AbstractFlowPass.cs (1)
601((BoundTupleExpression)node).VisitAllElements((x, self) => self.VisitLvalue(x), this);
FlowAnalysis\DefiniteAssignment.cs (1)
1674((BoundTupleExpression)node).VisitAllElements(static (x, arg) => arg.self.Assign(x, value: null, isRef: arg.isRef), (self: this, isRef));
FlowAnalysis\VariablesDeclaredWalker.cs (1)
139((BoundTupleExpression)deconstructionAssignment.Left).VisitAllElements((x, self) => self.Visit(x), this);