3 writes to pattern
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
9439
this.
pattern
= pattern;
9450
this.
pattern
= pattern;
9460
this.
pattern
= pattern;
4 references to pattern
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9464
public PatternSyntax Pattern => this.
pattern
;
9470
1 => this.
pattern
,
9497
=> new UnaryPatternSyntax(this.Kind, this.operatorToken, this.
pattern
, diagnostics, GetAnnotations());
9500
=> new UnaryPatternSyntax(this.Kind, this.operatorToken, this.
pattern
, GetDiagnostics(), annotations);