2 writes to _currentCatchBlock
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\EmitStatement.vb (2)
191
_currentCatchBlock
= catchBlock
420
_currentCatchBlock
= oldCatchBlock
5 references to _currentCatchBlock
Microsoft.CodeAnalysis.VisualBasic (5)
CodeGen\EmitStatement.vb (5)
190
Dim oldCatchBlock =
_currentCatchBlock
850
If
_currentCatchBlock
IsNot Nothing AndAlso
851
(
_currentCatchBlock
.ExceptionFilterOpt Is Nothing OrElse
_currentCatchBlock
.ExceptionFilterOpt.Kind <> BoundKind.UnstructuredExceptionHandlingCatchFilter) AndAlso
852
Not LabelFinder.NodeContainsLabel(
_currentCatchBlock
, boundGotoStatement.Label) Then