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