1 write to Handlers
System.Linq.Expressions (1)
System\Linq\Expressions\TryExpression.cs (1)
28
Handlers
= handlers;
10 references to Handlers
System.Linq.Expressions (10)
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
840
foreach (CatchBlock cb in node.
Handlers
)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
958
ReadOnlyCollection<CatchBlock> handlers = node.
Handlers
;
System\Linq\Expressions\DebugViewWriter.cs (1)
1092
Visit(node.
Handlers
, VisitCatchBlock);
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
450
public ReadOnlyCollection<CatchBlock> Handlers => _node.
Handlers
;
System\Linq\Expressions\ExpressionVisitor.cs (1)
515
Visit(node.
Handlers
, VisitCatchBlock),
System\Linq\Expressions\Interpreter\LightCompiler.cs (3)
2004
if (node.
Handlers
.Count > 0)
2007
foreach (CatchBlock handler in node.
Handlers
)
2101
Debug.Assert(expr.
Handlers
.Count == 0);
System\Linq\Expressions\TryExpression.cs (2)
79
/// <param name="handlers">The <see cref="
Handlers
"/> property of the result.</param>
87
if (ExpressionUtils.SameElements(ref handlers!,
Handlers
))