3 writes to whenClause
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14133
this.
whenClause
= whenClause;
14151
this.
whenClause
= whenClause;
14168
this.
whenClause
= whenClause;
4 references to whenClause
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14180
public WhenClauseSyntax? WhenClause => this.
whenClause
;
14188
2 => this.
whenClause
,
14216
=> new CasePatternSwitchLabelSyntax(this.Kind, this.keyword, this.pattern, this.
whenClause
, this.colonToken, diagnostics, GetAnnotations());
14219
=> new CasePatternSwitchLabelSyntax(this.Kind, this.keyword, this.pattern, this.
whenClause
, this.colonToken, GetDiagnostics(), annotations);