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)
76
internal ExceptionHandler[]? Handlers =>
_handlers
;
78
internal bool IsCatchBlockExist =>
_handlers
!= null;
122
foreach (ExceptionHandler candidate in
_handlers
!)