1 write to Filter
System.Linq.Expressions (1)
System\Linq\Expressions\CatchBlock.cs (1)
21
Filter
= filter;
21 references to Filter
System.Linq.Expressions (21)
System\Linq\Expressions\CatchBlock.cs (2)
59
/// <param name="filter">The <see cref="
Filter
"/> property of the result.</param>
64
if (variable == Variable && filter ==
Filter
&& body == Body)
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (3)
845
if (cb.
Filter
== null)
916
if (cb.
Filter
== null)
941
EmitExpression(cb.
Filter
);
System\Linq\Expressions\Compiler\StackSpiller.cs (3)
970
Expression? filter = handler.
Filter
;
971
if (handler.
Filter
!= null)
974
Result rfault = RewriteExpression(handler.
Filter
, Stack.Empty);
System\Linq\Expressions\Compiler\VariableBinder.cs (2)
134
Visit(node.
Filter
);
139
Visit(node.
Filter
);
System\Linq\Expressions\DebugViewWriter.cs (2)
1074
if (node.
Filter
!= null)
1077
Visit(node.
Filter
);
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
64
public Expression? Filter => _node.
Filter
;
System\Linq\Expressions\ExpressionVisitor.cs (1)
502
return node.Update(VisitAndConvert(node.Variable, nameof(VisitCatchBlock)), Visit(node.
Filter
), Visit(node.Body));
System\Linq\Expressions\Interpreter\LightCompiler.cs (3)
2016
if (handler.
Filter
!= null)
2027
Compile(handler.
Filter
);
2818
Visit(node.
Filter
);
System\Linq\Expressions\Interpreter\TypeOperations.cs (2)
563
Expression? f = Visit(node.
Filter
);
568
if (b == node.Body && f == node.
Filter
)
System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs (2)
118
Expression? f = Visit(node.
Filter
);
123
if (b == node.Body && f == node.
Filter
)