3 writes to statements
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14007this.statements = statements; 14024this.statements = statements; 14040this.statements = statements;
4 references to statements
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14051public CoreSyntax.SyntaxList<StatementSyntax> Statements => new CoreSyntax.SyntaxList<StatementSyntax>(this.statements); 140571 => this.statements, 14084=> new SwitchSectionSyntax(this.Kind, this.labels, this.statements, diagnostics, GetAnnotations()); 14087=> new SwitchSectionSyntax(this.Kind, this.labels, this.statements, GetDiagnostics(), annotations);