3 writes to statement
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
10077
this.
statement
= statement;
10096
this.
statement
= statement;
10114
this.
statement
= statement;
4 references to statement
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
10119
public StatementSyntax Statement => this.
statement
;
10126
2 => this.
statement
,
10153
=> new GlobalStatementSyntax(this.Kind, this.attributeLists, this.modifiers, this.
statement
, diagnostics, GetAnnotations());
10156
=> new GlobalStatementSyntax(this.Kind, this.attributeLists, this.modifiers, this.
statement
, GetDiagnostics(), annotations);