3 writes to statement
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12173
this.
statement
= statement;
12195
this.
statement
= statement;
12216
this.
statement
= statement;
4 references to statement
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12224
public StatementSyntax Statement => this.
statement
;
12234
5 => this.
statement
,
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);