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
19 references to IntersectWith
Microsoft.CodeAnalysis.VisualBasic (19)
Analysis\FlowAnalysis\AbstractFlowPass.vb (19)
164Me.IntersectWith(Me.StateWhenTrue, Me.StateWhenFalse) 371IntersectWith(Me.State, previousState) 385If IntersectWith(oldState, Me.State) Then 404IntersectWith(breakState, pending.State) 439IntersectWith(Me.State, pending.State) 482Dim changed = IntersectWith(_state, pending.State) 1411Me.IntersectWith(Me.State, trueState) 1441Me.IntersectWith(Me.State, trueState) 1476IntersectWith(Me.State, savedState) 1487IntersectWith(Me.State, savedState) 1492IntersectWith(Me.State, savedState) 1502IntersectWith(Me.State, savedState) 1506IntersectWith(Me.State, savedState) 2037IntersectWith(endState, Me.State) 2061Me.IntersectWith(pend.State, unsetInFinally) 2069Me.IntersectWith(endState, unsetInFinally) 2179IntersectWith(resultFalse, Me.StateWhenFalse) 2188IntersectWith(resultTrue, leftTrue) 2517Me.IntersectWith(Me.State, _state)