3 writes to filterExpression
Microsoft.CodeAnalysis.CSharp (3)
4 references to filterExpression
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15002public ExpressionSyntax FilterExpression => this.filterExpression;
150102 => this.filterExpression,
15038=> new CatchFilterClauseSyntax(this.Kind, this.whenKeyword, this.openParenToken, this.filterExpression, this.closeParenToken, diagnostics, GetAnnotations());
15041=> new CatchFilterClauseSyntax(this.Kind, this.whenKeyword, this.openParenToken, this.filterExpression, this.closeParenToken, GetDiagnostics(), annotations);