3 writes to whenClause
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14518
this.
whenClause
= whenClause;
14536
this.
whenClause
= whenClause;
14553
this.
whenClause
= whenClause;
4 references to whenClause
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14562
public WhenClauseSyntax? WhenClause => this.
whenClause
;
14570
1 => this.
whenClause
,
14599
=> new SwitchExpressionArmSyntax(this.Kind, this.pattern, this.
whenClause
, this.equalsGreaterThanToken, this.expression, diagnostics, GetAnnotations());
14602
=> new SwitchExpressionArmSyntax(this.Kind, this.pattern, this.
whenClause
, this.equalsGreaterThanToken, this.expression, GetDiagnostics(), annotations);