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)
689
public ExceptionHandlerScope ContainingHandler =>
_containingHandler
;
702
Debug.Assert(currentExceptionHandler ==
_containingHandler
);
852
curScope = curScope.
_containingHandler
?.ContainingExceptionScope;