3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6720
this.
expression
= expression;
6731
this.
expression
= expression;
6741
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6745
public ExpressionSyntax Expression => this.
expression
;
6751
1 => this.
expression
,
6778
=> new SpreadElementSyntax(this.Kind, this.operatorToken, this.
expression
, diagnostics, GetAnnotations());
6781
=> new SpreadElementSyntax(this.Kind, this.operatorToken, this.
expression
, GetDiagnostics(), annotations);