1 instantiation of ExceptionFilter
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
2030filter = new ExceptionFilter(filterLabel, filterStart, _instructions.Count);
5 references to ExceptionFilter
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\LightCompiler.cs (4)
39public readonly ExceptionFilter? Filter; 41internal ExceptionHandler(int labelIndex, int handlerStartIndex, int handlerEndIndex, Type exceptionType, ExceptionFilter? filter) 140private static bool FilterPasses(InterpretedFrame frame, ref object? exception, ExceptionFilter filter) 2014ExceptionFilter? filter = null;
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
77ExceptionFilter? filter = catchHandler.Filter;