3 writes to pattern
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8982
this.
pattern
= pattern;
8996
this.
pattern
= pattern;
9009
this.
pattern
= pattern;
4 references to pattern
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9013
public PatternSyntax Pattern => this.
pattern
;
9019
1 => this.
pattern
,
9046
=> new SubpatternSyntax(this.Kind, this.expressionColon, this.
pattern
, diagnostics, GetAnnotations());
9049
=> new SubpatternSyntax(this.Kind, this.expressionColon, this.
pattern
, GetDiagnostics(), annotations);