3 writes to statement
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13467
this.
statement
= statement;
13489
this.
statement
= statement;
13510
this.
statement
= statement;
4 references to statement
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13518
public StatementSyntax Statement => this.
statement
;
13528
5 => this.
statement
,
13555
=> new LockStatementSyntax(this.Kind, this.attributeLists, this.lockKeyword, this.openParenToken, this.expression, this.closeParenToken, this.
statement
, diagnostics, GetAnnotations());
13558
=> new LockStatementSyntax(this.Kind, this.attributeLists, this.lockKeyword, this.openParenToken, this.expression, this.closeParenToken, this.
statement
, GetDiagnostics(), annotations);