6 references to ContainingExceptionScope
Microsoft.CodeAnalysis (6)
CodeGen\ILBuilder.cs (5)
402destHandlerScope = destHandler.ContainingExceptionScope; 413if (srcHandler.ContainingExceptionScope == destHandlerScope) 431srcHandler = srcHandler.ContainingExceptionScope.ContainingHandler; 652if (newHandler == null && currentHandler.ContainingExceptionScope.FinallyOnly()) 665var containerScope = currentHandler.ContainingExceptionScope;
CodeGen\LocalScopeManager.cs (1)
852curScope = curScope._containingHandler?.ContainingExceptionScope;