3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7196
this.
expression
= expression;
7211
this.
expression
= expression;
7225
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7232
public ExpressionSyntax Expression => this.
expression
;
7240
3 => this.
expression
,
7267
=> new LetClauseSyntax(this.Kind, this.letKeyword, this.identifier, this.equalsToken, this.
expression
, diagnostics, GetAnnotations());
7270
=> new LetClauseSyntax(this.Kind, this.letKeyword, this.identifier, this.equalsToken, this.
expression
, GetDiagnostics(), annotations);