3 writes to selectKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7773
this.
selectKeyword
= selectKeyword;
7784
this.
selectKeyword
= selectKeyword;
7794
this.
selectKeyword
= selectKeyword;
5 references to selectKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7799
public SyntaxToken SelectKeyword => this.
selectKeyword
;
7805
0 => this.
selectKeyword
,
7833
=> new SelectClauseSyntax(this.Kind, this.
selectKeyword
, this.expression, diagnostics, GetAnnotations());
7836
=> new SelectClauseSyntax(this.Kind, this.
selectKeyword
, this.expression, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4916
public SyntaxToken SelectKeyword => new SyntaxToken(this, ((InternalSyntax.SelectClauseSyntax)this.Green).
selectKeyword
, Position, 0);