3 writes to pattern
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
9129
this.
pattern
= pattern;
9142
this.
pattern
= pattern;
9154
this.
pattern
= pattern;
4 references to pattern
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9160
public PatternSyntax Pattern => this.
pattern
;
9167
1 => this.
pattern
,
9195
=> new ParenthesizedPatternSyntax(this.Kind, this.openParenToken, this.
pattern
, this.closeParenToken, diagnostics, GetAnnotations());
9198
=> new ParenthesizedPatternSyntax(this.Kind, this.openParenToken, this.
pattern
, this.closeParenToken, GetDiagnostics(), annotations);