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)
687
public ExceptionHandlerScope ContainingHandler =>
_containingHandler
;
700
Debug.Assert(currentExceptionHandler ==
_containingHandler
);
850
curScope = curScope.
_containingHandler
?.ContainingExceptionScope;