3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13463
this.
expression
= expression;
13485
this.
expression
= expression;
13506
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13516
public ExpressionSyntax Expression => this.
expression
;
13526
3 => this.
expression
,
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);