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