2 writes to _enclosingExceptionHandler
Microsoft.CodeAnalysis (2)
CodeGen\LocalScopeManager.cs (2)
44_enclosingExceptionHandler = (ExceptionHandlerScope)scope; 68_enclosingExceptionHandler = GetEnclosingExceptionHandler();
4 references to _enclosingExceptionHandler
Microsoft.CodeAnalysis (4)
CodeGen\LocalScopeManager.cs (4)
39var scope = CurrentScope.OpenScope(scopeType, exceptionType, _enclosingExceptionHandler); 47Debug.Assert(_enclosingExceptionHandler == GetEnclosingExceptionHandler()); 71Debug.Assert(_enclosingExceptionHandler == GetEnclosingExceptionHandler()); 74internal ExceptionHandlerScope EnclosingExceptionHandler => _enclosingExceptionHandler;