3 writes to propertyPatternClause
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8673this.propertyPatternClause = propertyPatternClause; 8700this.propertyPatternClause = propertyPatternClause; 8726this.propertyPatternClause = propertyPatternClause;
4 references to propertyPatternClause
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8737public PropertyPatternClauseSyntax? PropertyPatternClause => this.propertyPatternClause; 87452 => this.propertyPatternClause, 8773=> new RecursivePatternSyntax(this.Kind, this.type, this.positionalPatternClause, this.propertyPatternClause, this.designation, diagnostics, GetAnnotations()); 8776=> new RecursivePatternSyntax(this.Kind, this.type, this.positionalPatternClause, this.propertyPatternClause, this.designation, GetDiagnostics(), annotations);