2 overrides of IntersectWith
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\FlowAnalysis\ControlFlowPass.LocalState.vb (1)
18Protected Overrides Function IntersectWith(ByRef self As LocalState, ByRef other As LocalState) As Boolean
Analysis\FlowAnalysis\DataFlowPass.LocalState.vb (1)
21Protected Overrides Function IntersectWith(ByRef self As LocalState, ByRef other As LocalState) As Boolean
20 references to IntersectWith
Microsoft.CodeAnalysis.VisualBasic (20)
Analysis\FlowAnalysis\AbstractFlowPass.vb (20)
172Me.IntersectWith(Me.StateWhenTrue, Me.StateWhenFalse) 362IntersectWith(Me.State, previousState) 376If IntersectWith(oldState, Me.State) Then 395IntersectWith(breakState, pending.State) 430IntersectWith(Me.State, pending.State) 473Dim changed = IntersectWith(_state, pending.State) 1395Me.IntersectWith(Me.State, trueState) 1425Me.IntersectWith(Me.State, trueState) 1460IntersectWith(Me.State, savedState) 1471IntersectWith(Me.State, savedState) 1476IntersectWith(Me.State, savedState) 1486IntersectWith(Me.State, savedState) 1490IntersectWith(Me.State, savedState) 1829Me.IntersectWith(Me.State, localState) 2021IntersectWith(endState, Me.State) 2045Me.IntersectWith(pend.State, unsetInFinally) 2053Me.IntersectWith(endState, unsetInFinally) 2163IntersectWith(resultFalse, Me.StateWhenFalse) 2172IntersectWith(resultTrue, leftTrue) 2501Me.IntersectWith(Me.State, _state)