3 writes to right
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
126
this.
right
= right;
139
this.
right
= right;
151
this.
right
= right;
4 references to right
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
159
public SimpleNameSyntax Right => this.
right
;
166
2 => this.
right
,
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);