2 writes to operand
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
1233
public ExpressionSyntax Operand => GetRed(ref this.
operand
, 1)!;
1235
internal override SyntaxNode? GetNodeSlot(int index) => index == 1 ? GetRed(ref this.
operand
, 1)! : null;
1 reference to operand
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
1237
internal override SyntaxNode? GetCachedSlot(int index) => index == 1 ? this.
operand
: null;