3 writes to left
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
9353
this.
left
= left;
9366
this.
left
= left;
9378
this.
left
= left;
4 references to left
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9385
public PatternSyntax Left => this.
left
;
9392
0 => this.
left
,
9421
=> new BinaryPatternSyntax(this.Kind, this.
left
, this.operatorToken, this.right, diagnostics, GetAnnotations());
9424
=> new BinaryPatternSyntax(this.Kind, this.
left
, this.operatorToken, this.right, GetDiagnostics(), annotations);