5 references to ExceptionHandlers
illink (5)
Linker.Dataflow\MethodBodyScanner.cs (1)
749
foreach (ExceptionHandler exceptionClause in methodIL.
ExceptionHandlers
)
Linker.Dataflow\ScannerExtensions.cs (1)
39
foreach (ExceptionHandler einfo in methodIL.
ExceptionHandlers
)
Linker.Steps\MarkStep.cs (1)
3865
foreach (ExceptionHandler eh in methodIL.
ExceptionHandlers
)
Linker\BannedApiExtensions.cs (1)
19
=> context.GetMethodIL(body.Method).
ExceptionHandlers
;
Linker\MethodBodyScanner.cs (1)
113
foreach (ExceptionHandler eh in methodIL.
ExceptionHandlers
)