3 writes to whileKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12165
this.
whileKeyword
= whileKeyword;
12187
this.
whileKeyword
= whileKeyword;
12208
this.
whileKeyword
= whileKeyword;
5 references to whileKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12220
public SyntaxToken WhileKeyword => this.
whileKeyword
;
12230
1 => this.
whileKeyword
,
12261
=> new WhileStatementSyntax(this.Kind, this.attributeLists, this.
whileKeyword
, this.openParenToken, this.condition, this.closeParenToken, this.statement, diagnostics, GetAnnotations());
12264
=> new WhileStatementSyntax(this.Kind, this.attributeLists, this.
whileKeyword
, this.openParenToken, this.condition, this.closeParenToken, this.statement, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7567
public SyntaxToken WhileKeyword => new SyntaxToken(this, ((InternalSyntax.WhileStatementSyntax)this.Green).
whileKeyword
, GetChildPosition(1), GetChildIndex(1));