1 write to Test
System.Linq.Expressions (1)
System\Linq\Expressions\CatchBlock.cs (1)
18Test = test;
11 references to Test
System.Linq.Expressions (11)
System\Linq\Expressions\CatchBlock.cs (1)
68return Expression.MakeCatchBlock(Test, variable, body, filter);
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (2)
847_ilg.BeginCatchBlock(cb.Test); 930_ilg.Emit(OpCodes.Isinst, cb.Test);
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
987handler = Expression.MakeCatchBlock(handler.Test, handler.Variable, rbody.Node, filter);
System\Linq\Expressions\DebugViewWriter.cs (1)
1068Out(Flow.NewLine, "} .Catch (" + node.Test.ToString());
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
65public Type Test => _node.Test;
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
733Out(node.Test.Name);
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
2009ParameterExpression parameter = handler.Variable ?? Expression.Parameter(handler.Test); 2062exHandlers.Add(new ExceptionHandler(handlerLabel, handlerStart, _instructions.Count, handler.Test, filter));
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
572return Expression.MakeCatchBlock(node.Test, node.Variable, b, f);
System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs (1)
127return Expression.MakeCatchBlock(node.Test, node.Variable, b, f);