3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12049
this.
expression
= expression;
12072
this.
expression
= expression;
12094
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12103
public ExpressionSyntax? Expression => this.
expression
;
12112
3 => this.
expression
,
12140
=> new YieldStatementSyntax(this.Kind, this.attributeLists, this.yieldKeyword, this.returnOrBreakKeyword, this.
expression
, this.semicolonToken, diagnostics, GetAnnotations());
12143
=> new YieldStatementSyntax(this.Kind, this.attributeLists, this.yieldKeyword, this.returnOrBreakKeyword, this.
expression
, this.semicolonToken, GetDiagnostics(), annotations);