3 writes to condition
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8357
this.
condition
= condition;
8368
this.
condition
= condition;
8378
this.
condition
= condition;
4 references to condition
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8382
public ExpressionSyntax Condition => this.
condition
;
8388
1 => this.
condition
,
8415
=> new WhenClauseSyntax(this.Kind, this.whenKeyword, this.
condition
, diagnostics, GetAnnotations());
8418
=> new WhenClauseSyntax(this.Kind, this.whenKeyword, this.
condition
, GetDiagnostics(), annotations);