6 references to ContainingExceptionScope
Microsoft.CodeAnalysis (6)
CodeGen\ILBuilder.cs (5)
390
destHandlerScope = destHandler.
ContainingExceptionScope
;
401
if (srcHandler.
ContainingExceptionScope
== destHandlerScope)
419
srcHandler = srcHandler.
ContainingExceptionScope
.ContainingHandler;
640
if (newHandler == null && currentHandler.
ContainingExceptionScope
.FinallyOnly())
653
var containerScope = currentHandler.
ContainingExceptionScope
;
CodeGen\LocalScopeManager.cs (1)
852
curScope = curScope._containingHandler?.
ContainingExceptionScope
;