6 references to ContainingExceptionScope
Microsoft.CodeAnalysis (6)
CodeGen\ILBuilder.cs (5)
392
destHandlerScope = destHandler.
ContainingExceptionScope
;
403
if (srcHandler.
ContainingExceptionScope
== destHandlerScope)
421
srcHandler = srcHandler.
ContainingExceptionScope
.ContainingHandler;
642
if (newHandler == null && currentHandler.
ContainingExceptionScope
.FinallyOnly())
655
var containerScope = currentHandler.
ContainingExceptionScope
;
CodeGen\LocalScopeManager.cs (1)
852
curScope = curScope._containingHandler?.
ContainingExceptionScope
;