3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8281
this.
expression
= expression;
8292
this.
expression
= expression;
8302
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8306
public ExpressionSyntax Expression => this.
expression
;
8312
1 => this.
expression
,
8339
=> new ThrowExpressionSyntax(this.Kind, this.throwKeyword, this.
expression
, diagnostics, GetAnnotations());
8342
=> new ThrowExpressionSyntax(this.Kind, this.throwKeyword, this.
expression
, GetDiagnostics(), annotations);