3 writes to condition
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2900
this.
condition
= condition;
2917
this.
condition
= condition;
2933
this.
condition
= condition;
4 references to condition
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2945
public ExpressionSyntax Condition => this.
condition
;
2958
0 => this.
condition
,
2989
=> new ConditionalExpressionSyntax(this.Kind, this.
condition
, this.questionToken, this.whenTrue, this.colonToken, this.whenFalse, diagnostics, GetAnnotations());
2992
=> new ConditionalExpressionSyntax(this.Kind, this.
condition
, this.questionToken, this.whenTrue, this.colonToken, this.whenFalse, GetDiagnostics(), annotations);