3 writes to statement
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12290
this.
statement
= statement;
12316
this.
statement
= statement;
12341
this.
statement
= statement;
4 references to statement
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12356
public StatementSyntax Statement => this.
statement
;
12368
2 => this.
statement
,
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);