3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
11462
this.
expression
= expression;
11488
this.
expression
= expression;
11513
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
11531
public ExpressionSyntax? Expression => this.
expression
;
11543
3 => this.
expression
,
11571
=> new GotoStatementSyntax(this.Kind, this.attributeLists, this.gotoKeyword, this.caseOrDefaultKeyword, this.
expression
, this.semicolonToken, diagnostics, GetAnnotations());
11574
=> new GotoStatementSyntax(this.Kind, this.attributeLists, this.gotoKeyword, this.caseOrDefaultKeyword, this.
expression
, this.semicolonToken, GetDiagnostics(), annotations);