2 instantiations of LocalState
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\FlowAnalysis\ControlFlowPass.vb (2)
29Return New LocalState(True, False) 33Return New LocalState(False, Me.State.Reported)
17 references to LocalState
Microsoft.CodeAnalysis.VisualBasic (17)
Analysis\FlowAnalysis\AbstractRegionControlFlowPass.vb (1)
34Dim finalState As LocalState = Me.State
Analysis\FlowAnalysis\ControlFlowPass.LocalState.vb (9)
16Inherits AbstractFlowPass(Of LocalState) 18Protected Overrides Function IntersectWith(ByRef self As LocalState, ByRef other As LocalState) As Boolean 19Dim old As LocalState = self 26Protected Overrides Sub UnionWith(ByRef self As LocalState, ByRef other As LocalState) 44Public Function Clone() As LocalState Implements AbstractFlowPass(Of LocalState).AbstractLocalState.Clone 50Protected Overrides Function Dump(state As LocalState) As String
Analysis\FlowAnalysis\ControlFlowPass.vb (6)
16Inherits AbstractFlowPass(Of LocalState) 28Protected Overrides Function ReachableState() As LocalState 32Protected Overrides Function UnreachableState() As LocalState 120Protected Overrides Sub VisitTryBlock(tryBlock As BoundStatement, node As BoundTryStatement, ByRef tryState As LocalState) 135Protected Overrides Sub VisitCatchBlock(node As BoundCatchBlock, ByRef finallyState As LocalState) 151Protected Overrides Sub VisitFinallyBlock(finallyBlock As BoundStatement, ByRef endState As LocalState)
Analysis\FlowAnalysis\VariablesDeclaredWalker.vb (1)
82Protected Overrides Sub VisitCatchBlock(catchBlock As BoundCatchBlock, ByRef finallyState As LocalState)