1 write to _containingHandler
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
683_containingHandler = containingHandler;
3 references to _containingHandler
Microsoft.CodeAnalysis (3)
CodeGen\LocalScopeManager.cs (3)
687public ExceptionHandlerScope ContainingHandler => _containingHandler; 700Debug.Assert(currentExceptionHandler == _containingHandler); 850curScope = curScope._containingHandler?.ContainingExceptionScope;