3 writes to expression
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6654this.expression = expression; 6663this.expression = expression; 6671this.expression = expression;
4 references to expression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6674public ExpressionSyntax Expression => this.expression; 6677=> index == 0 ? this.expression : null; 6702=> new ExpressionElementSyntax(this.Kind, this.expression, diagnostics, GetAnnotations()); 6705=> new ExpressionElementSyntax(this.Kind, this.expression, GetDiagnostics(), annotations);