3 writes to statement
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13734
this.
statement
= statement;
13745
this.
statement
= statement;
13755
this.
statement
= statement;
4 references to statement
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13762
public StatementSyntax Statement => this.
statement
;
13768
1 => this.
statement
,
13795
=> new ElseClauseSyntax(this.Kind, this.elseKeyword, this.
statement
, diagnostics, GetAnnotations());
13798
=> new ElseClauseSyntax(this.Kind, this.elseKeyword, this.
statement
, GetDiagnostics(), annotations);