3 writes to left
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2720
this.
left
= left;
2733
this.
left
= left;
2745
this.
left
= left;
4 references to left
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2753
public ExpressionSyntax Left => this.
left
;
2762
0 => this.
left
,
2791
=> new BinaryExpressionSyntax(this.Kind, this.
left
, this.operatorToken, this.right, diagnostics, GetAnnotations());
2794
=> new BinaryExpressionSyntax(this.Kind, this.
left
, this.operatorToken, this.right, GetDiagnostics(), annotations);