3 writes to pattern
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8197
this.
pattern
= pattern;
8210
this.
pattern
= pattern;
8222
this.
pattern
= pattern;
4 references to pattern
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8229
public PatternSyntax Pattern => this.
pattern
;
8236
2 => this.
pattern
,
8263
=> new IsPatternExpressionSyntax(this.Kind, this.expression, this.isKeyword, this.
pattern
, diagnostics, GetAnnotations());
8266
=> new IsPatternExpressionSyntax(this.Kind, this.expression, this.isKeyword, this.
pattern
, GetDiagnostics(), annotations);