3 writes to condition
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13588
this.
condition
= condition;
13615
this.
condition
= condition;
13641
this.
condition
= condition;
4 references to condition
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13665
public ExpressionSyntax Condition => this.
condition
;
13685
3 => this.
condition
,
13715
=> new IfStatementSyntax(this.Kind, this.attributeLists, this.ifKeyword, this.openParenToken, this.
condition
, this.closeParenToken, this.statement, this.@else, diagnostics, GetAnnotations());
13718
=> new IfStatementSyntax(this.Kind, this.attributeLists, this.ifKeyword, this.openParenToken, this.
condition
, this.closeParenToken, this.statement, this.@else, GetDiagnostics(), annotations);