5 references to ExceptionHandlers
illink (5)
Linker.Dataflow\MethodBodyScanner.cs (1)
705
foreach (ExceptionHandler exceptionClause in methodIL.
ExceptionHandlers
) {
Linker.Dataflow\ScannerExtensions.cs (1)
34
foreach (ExceptionHandler einfo in methodIL.
ExceptionHandlers
) {
Linker.Steps\MarkStep.cs (1)
3540
foreach (ExceptionHandler eh in methodIL.
ExceptionHandlers
)
Linker\BannedApiExtensions.cs (1)
19
=> context.GetMethodIL (body.Method).
ExceptionHandlers
;
Linker\MethodBodyScanner.cs (1)
107
foreach (ExceptionHandler eh in methodIL.
ExceptionHandlers
) {