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