3 writes to pattern
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14129
this.
pattern
= pattern;
14147
this.
pattern
= pattern;
14164
this.
pattern
= pattern;
4 references to pattern
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14179
public PatternSyntax Pattern => this.
pattern
;
14187
1 => this.
pattern
,
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);