3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5854
this.
expression
= expression;
5867
this.
expression
= expression;
5879
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5886
public ExpressionSyntax Expression => this.
expression
;
5894
0 => this.
expression
,
5923
=> new WithExpressionSyntax(this.Kind, this.
expression
, this.withKeyword, this.initializer, diagnostics, GetAnnotations());
5926
=> new WithExpressionSyntax(this.Kind, this.
expression
, this.withKeyword, this.initializer, GetDiagnostics(), annotations);