2 instantiations of TryCatchFinallyHandler
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
2080
new
TryCatchFinallyHandler
(tryStart, tryEnd, gotoEnd.TargetIndex,
2089
new
TryCatchFinallyHandler
(tryStart, tryEnd, gotoEnd.TargetIndex, exHandlers.ToArray()));
4 references to TryCatchFinallyHandler
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (3)
263
private
TryCatchFinallyHandler
? _tryHandler;
265
internal void SetTryHandler(
TryCatchFinallyHandler
tryHandler)
271
internal
TryCatchFinallyHandler
? Handler => _tryHandler;
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
59
TryCatchFinallyHandler
handler = enterTryCatchFinally.Handler!;