3 writes to left
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
122
this.
left
= left;
135
this.
left
= left;
147
this.
left
= left;
4 references to left
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
155
public NameSyntax Left => this.
left
;
164
0 => this.
left
,
193
=> new QualifiedNameSyntax(this.Kind, this.
left
, this.dotToken, this.right, diagnostics, GetAnnotations());
196
=> new QualifiedNameSyntax(this.Kind, this.
left
, this.dotToken, this.right, GetDiagnostics(), annotations);