3 writes to letKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7190
this.
letKeyword
= letKeyword;
7205
this.
letKeyword
= letKeyword;
7219
this.
letKeyword
= letKeyword;
5 references to letKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7228
public SyntaxToken LetKeyword => this.
letKeyword
;
7237
0 => this.
letKeyword
,
7267
=> new LetClauseSyntax(this.Kind, this.
letKeyword
, this.identifier, this.equalsToken, this.expression, diagnostics, GetAnnotations());
7270
=> new LetClauseSyntax(this.Kind, this.
letKeyword
, this.identifier, this.equalsToken, this.expression, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4593
public SyntaxToken LetKeyword => new SyntaxToken(this, ((InternalSyntax.LetClauseSyntax)this.Green).
letKeyword
, Position, 0);