3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2226
this.
expression
= expression;
2239
this.
expression
= expression;
2251
this.
expression
= expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2259
public ExpressionSyntax Expression => this.
expression
;
2268
0 => this.
expression
,
2297
=> new MemberAccessExpressionSyntax(this.Kind, this.
expression
, this.operatorToken, this.name, diagnostics, GetAnnotations());
2300
=> new MemberAccessExpressionSyntax(this.Kind, this.
expression
, this.operatorToken, this.name, GetDiagnostics(), annotations);