3 writes to joinKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7291
this.
joinKeyword
= joinKeyword;
7324
this.
joinKeyword
= joinKeyword;
7356
this.
joinKeyword
= joinKeyword;
5 references to joinKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7383
public SyntaxToken JoinKeyword => this.
joinKeyword
;
7398
0 => this.
joinKeyword
,
7434
=> new JoinClauseSyntax(this.Kind, this.
joinKeyword
, this.type, this.identifier, this.inKeyword, this.inExpression, this.onKeyword, this.leftExpression, this.equalsKeyword, this.rightExpression, this.into, diagnostics, GetAnnotations());
7437
=> new JoinClauseSyntax(this.Kind, this.
joinKeyword
, this.type, this.identifier, this.inKeyword, this.inExpression, this.onKeyword, this.leftExpression, this.equalsKeyword, this.rightExpression, this.into, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4646
public SyntaxToken JoinKeyword => new SyntaxToken(this, ((InternalSyntax.JoinClauseSyntax)this.Green).
joinKeyword
, Position, 0);