2 writes to expression
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
2279
public ExpressionSyntax Expression => GetRed(ref this.
expression
, 2)!;
2284
internal override SyntaxNode? GetNodeSlot(int index) => index == 2 ? GetRed(ref this.
expression
, 2)! : null;
1 reference to expression
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
2286
internal override SyntaxNode? GetCachedSlot(int index) => index == 2 ? this.
expression
: null;