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)
190Dim oldCatchBlock = _currentCatchBlock 850If _currentCatchBlock IsNot Nothing AndAlso 851(_currentCatchBlock.ExceptionFilterOpt Is Nothing OrElse _currentCatchBlock.ExceptionFilterOpt.Kind <> BoundKind.UnstructuredExceptionHandlingCatchFilter) AndAlso 852Not LabelFinder.NodeContainsLabel(_currentCatchBlock, boundGotoStatement.Label) Then