3 writes to doKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12288
this.
doKeyword
= doKeyword;
12314
this.
doKeyword
= doKeyword;
12339
this.
doKeyword
= doKeyword;
5 references to doKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12355
public SyntaxToken DoKeyword => this.
doKeyword
;
12367
1 => this.
doKeyword
,
12400
=> new DoStatementSyntax(this.Kind, this.attributeLists, this.
doKeyword
, this.statement, this.whileKeyword, this.openParenToken, this.condition, this.closeParenToken, this.semicolonToken, diagnostics, GetAnnotations());
12403
=> new DoStatementSyntax(this.Kind, this.attributeLists, this.
doKeyword
, this.statement, this.whileKeyword, this.openParenToken, this.condition, this.closeParenToken, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7641
public SyntaxToken DoKeyword => new SyntaxToken(this, ((InternalSyntax.DoStatementSyntax)this.Green).
doKeyword
, GetChildPosition(1), GetChildIndex(1));