3 writes to statement
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
11348
this.
statement
= statement;
11366
this.
statement
= statement;
11383
this.
statement
= statement;
4 references to statement
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
11391
public StatementSyntax Statement => this.
statement
;
11399
3 => this.
statement
,
11426
=> new LabeledStatementSyntax(this.Kind, this.attributeLists, this.identifier, this.colonToken, this.
statement
, diagnostics, GetAnnotations());
11429
=> new LabeledStatementSyntax(this.Kind, this.attributeLists, this.identifier, this.colonToken, this.
statement
, GetDiagnostics(), annotations);