3 writes to rightOperand
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2557
this.
rightOperand
= rightOperand;
2576
this.
rightOperand
= rightOperand;
2594
this.
rightOperand
= rightOperand;
4 references to rightOperand
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2603
public ExpressionSyntax? RightOperand => this.
rightOperand
;
2610
2 => this.
rightOperand
,
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);