3 writes to condition
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7529
this.
condition
= condition;
7540
this.
condition
= condition;
7550
this.
condition
= condition;
4 references to condition
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7554
public ExpressionSyntax Condition => this.
condition
;
7560
1 => this.
condition
,
7587
=> new WhereClauseSyntax(this.Kind, this.whereKeyword, this.
condition
, diagnostics, GetAnnotations());
7590
=> new WhereClauseSyntax(this.Kind, this.whereKeyword, this.
condition
, GetDiagnostics(), annotations);