3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
11934
this.
expression
= expression;
11955
this.
expression
= expression;
11975
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
11983
public ExpressionSyntax? Expression => this.
expression
;
11991
2 => this.
expression
,
12019
=> new ThrowStatementSyntax(this.Kind, this.attributeLists, this.throwKeyword, this.
expression
, this.semicolonToken, diagnostics, GetAnnotations());
12022
=> new ThrowStatementSyntax(this.Kind, this.attributeLists, this.throwKeyword, this.
expression
, this.semicolonToken, GetDiagnostics(), annotations);