2 writes to value
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
6086
public ExpressionSyntax Value => GetRed(ref this.
value
, 1)!;
6088
internal override SyntaxNode? GetNodeSlot(int index) => index == 1 ? GetRed(ref this.
value
, 1)! : null;
1 reference to value
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
6090
internal override SyntaxNode? GetCachedSlot(int index) => index == 1 ? this.
value
: null;