3 writes to condition
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12296
this.
condition
= condition;
12322
this.
condition
= condition;
12347
this.
condition
= condition;
4 references to condition
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12359
public ExpressionSyntax Condition => this.
condition
;
12371
5 => this.
condition
,
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);