1 write to Left
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1735this.Left = left;
8 references to Left
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\AbstractFlowPass.cs (1)
1186VisitRvalue(node.Left);
Generated\BoundNodes.xml.Generated.cs (5)
1752if (left != this.Left || right != this.Right || operatorKind != this.OperatorKind || operators != this.Operators || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10200this.Visit(node.Left); 11361BoundExpression left = (BoundExpression)this.Visit(node.Left); 13257BoundExpression left = (BoundExpression)this.Visit(node.Left); 15825new TreeDumperNode("left", null, new TreeDumperNode[] { Visit(node.Left, null) }),
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (1)
34BoundExpression newLeft = ReplaceTerminalElementsWithTemps(node.Left, node.Operators, initEffects, temps);
Operations\CSharpOperationFactory.cs (1)
1629IOperation left = Create(boundTupleBinaryOperator.Left);