2 writes to filterExpression
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
9166
public ExpressionSyntax FilterExpression => GetRed(ref this.
filterExpression
, 2)!;
9170
internal override SyntaxNode? GetNodeSlot(int index) => index == 2 ? GetRed(ref this.
filterExpression
, 2)! : null;
1 reference to filterExpression
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
9172
internal override SyntaxNode? GetCachedSlot(int index) => index == 2 ? this.
filterExpression
: null;