3 writes to leftOperand
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2550
this.
leftOperand
= leftOperand;
2569
this.
leftOperand
= leftOperand;
2587
this.
leftOperand
= leftOperand;
4 references to leftOperand
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2599
public ExpressionSyntax? LeftOperand => this.
leftOperand
;
2608
0 => this.
leftOperand
,
2637
=> new RangeExpressionSyntax(this.Kind, this.
leftOperand
, this.operatorToken, this.rightOperand, diagnostics, GetAnnotations());
2640
=> new RangeExpressionSyntax(this.Kind, this.
leftOperand
, this.operatorToken, this.rightOperand, GetDiagnostics(), annotations);