3 writes to pattern
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
9629
this.
pattern
= pattern;
9643
this.
pattern
= pattern;
9656
this.
pattern
= pattern;
4 references to pattern
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9661
public PatternSyntax? Pattern => this.
pattern
;
9667
1 => this.
pattern
,
9694
=> new SlicePatternSyntax(this.Kind, this.dotDotToken, this.
pattern
, diagnostics, GetAnnotations());
9697
=> new SlicePatternSyntax(this.Kind, this.dotDotToken, this.
pattern
, GetDiagnostics(), annotations);