1 write to _containingHandler
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
685_containingHandler = containingHandler;
3 references to _containingHandler
Microsoft.CodeAnalysis (3)
CodeGen\LocalScopeManager.cs (3)
689public ExceptionHandlerScope ContainingHandler => _containingHandler; 702Debug.Assert(currentExceptionHandler == _containingHandler); 852curScope = curScope._containingHandler?.ContainingExceptionScope;