3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7089
this.
expression
= expression;
7109
this.
expression
= expression;
7128
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7136
public ExpressionSyntax Expression => this.
expression
;
7145
4 => this.
expression
,
7172
=> new FromClauseSyntax(this.Kind, this.fromKeyword, this.type, this.identifier, this.inKeyword, this.
expression
, diagnostics, GetAnnotations());
7175
=> new FromClauseSyntax(this.Kind, this.fromKeyword, this.type, this.identifier, this.inKeyword, this.
expression
, GetDiagnostics(), annotations);