3 writes to pattern
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14514
this.
pattern
= pattern;
14532
this.
pattern
= pattern;
14549
this.
pattern
= pattern;
4 references to pattern
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14561
public PatternSyntax Pattern => this.
pattern
;
14569
0 => this.
pattern
,
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);