3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14523
this.
expression
= expression;
14541
this.
expression
= expression;
14558
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14564
public ExpressionSyntax Expression => this.
expression
;
14572
3 => this.
expression
,
14599
=> new SwitchExpressionArmSyntax(this.Kind, this.pattern, this.whenClause, this.equalsGreaterThanToken, this.
expression
, diagnostics, GetAnnotations());
14602
=> new SwitchExpressionArmSyntax(this.Kind, this.pattern, this.whenClause, this.equalsGreaterThanToken, this.
expression
, GetDiagnostics(), annotations);