1 write to _handlers
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
99_handlers = handlers;
3 references to _handlers
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\LightCompiler.cs (3)
76internal ExceptionHandler[]? Handlers => _handlers; 78internal bool IsCatchBlockExist => _handlers != null; 122foreach (ExceptionHandler candidate in _handlers!)