3 writes to condition
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25345
this.
condition
= condition;
25363
this.
condition
= condition;
25380
this.
condition
= condition;
4 references to condition
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25390
public override ExpressionSyntax Condition => this.
condition
;
25401
2 => this.
condition
,
25429
=> new ElifDirectiveTriviaSyntax(this.Kind, this.hashToken, this.elifKeyword, this.
condition
, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, diagnostics, GetAnnotations());
25432
=> new ElifDirectiveTriviaSyntax(this.Kind, this.hashToken, this.elifKeyword, this.
condition
, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, GetDiagnostics(), annotations);