3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
11822
this.
expression
= expression;
11843
this.
expression
= expression;
11863
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
11871
public ExpressionSyntax? Expression => this.
expression
;
11879
2 => this.
expression
,
11907
=> new ReturnStatementSyntax(this.Kind, this.attributeLists, this.returnKeyword, this.
expression
, this.semicolonToken, diagnostics, GetAnnotations());
11910
=> new ReturnStatementSyntax(this.Kind, this.attributeLists, this.returnKeyword, this.
expression
, this.semicolonToken, GetDiagnostics(), annotations);