2 writes to condition
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
4674
public ExpressionSyntax Condition => GetRed(ref this.
condition
, 1)!;
4676
internal override SyntaxNode? GetNodeSlot(int index) => index == 1 ? GetRed(ref this.
condition
, 1)! : null;
1 reference to condition
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
4678
internal override SyntaxNode? GetCachedSlot(int index) => index == 1 ? this.
condition
: null;