3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
9213
this.
expression
= expression;
9224
this.
expression
= expression;
9234
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9239
public ExpressionSyntax Expression => this.
expression
;
9245
1 => this.
expression
,
9272
=> new RelationalPatternSyntax(this.Kind, this.operatorToken, this.
expression
, diagnostics, GetAnnotations());
9275
=> new RelationalPatternSyntax(this.Kind, this.operatorToken, this.
expression
, GetDiagnostics(), annotations);