3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
9792
this.
expression
= expression;
9815
this.
expression
= expression;
9837
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9854
public ExpressionSyntax Expression => this.
expression
;
9866
1 => this.
expression
,
9896
=> new InterpolationSyntax(this.Kind, this.openBraceToken, this.
expression
, this.alignmentClause, this.formatClause, this.closeBraceToken, diagnostics, GetAnnotations());
9899
=> new InterpolationSyntax(this.Kind, this.openBraceToken, this.
expression
, this.alignmentClause, this.formatClause, this.closeBraceToken, GetDiagnostics(), annotations);