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