3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
4828
this.
expression
= expression;
4843
this.
expression
= expression;
4857
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
4867
public ExpressionSyntax Expression => this.
expression
;
4875
3 => this.
expression
,
4902
=> new CastExpressionSyntax(this.Kind, this.openParenToken, this.type, this.closeParenToken, this.
expression
, diagnostics, GetAnnotations());
4905
=> new CastExpressionSyntax(this.Kind, this.openParenToken, this.type, this.closeParenToken, this.
expression
, GetDiagnostics(), annotations);