3 writes to condition
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25236
this.
condition
= condition;
25254
this.
condition
= condition;
25271
this.
condition
= condition;
4 references to condition
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25281
public override ExpressionSyntax Condition => this.
condition
;
25292
2 => this.
condition
,
25320
=> new IfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.ifKeyword, this.
condition
, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, diagnostics, GetAnnotations());
25323
=> new IfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.ifKeyword, this.
condition
, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, GetDiagnostics(), annotations);