2 overrides of IntersectWith
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\FlowAnalysis\ControlFlowPass.LocalState.vb (1)
18
Protected Overrides Function
IntersectWith
(ByRef self As LocalState, ByRef other As LocalState) As Boolean
Analysis\FlowAnalysis\DataFlowPass.LocalState.vb (1)
21
Protected 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)
164
Me.
IntersectWith
(Me.StateWhenTrue, Me.StateWhenFalse)
371
IntersectWith
(Me.State, previousState)
385
If
IntersectWith
(oldState, Me.State) Then
404
IntersectWith
(breakState, pending.State)
439
IntersectWith
(Me.State, pending.State)
482
Dim changed =
IntersectWith
(_state, pending.State)
1411
Me.
IntersectWith
(Me.State, trueState)
1441
Me.
IntersectWith
(Me.State, trueState)
1476
IntersectWith
(Me.State, savedState)
1487
IntersectWith
(Me.State, savedState)
1492
IntersectWith
(Me.State, savedState)
1502
IntersectWith
(Me.State, savedState)
1506
IntersectWith
(Me.State, savedState)
2037
IntersectWith
(endState, Me.State)
2061
Me.
IntersectWith
(pend.State, unsetInFinally)
2069
Me.
IntersectWith
(endState, unsetInFinally)
2179
IntersectWith
(resultFalse, Me.StateWhenFalse)
2188
IntersectWith
(resultTrue, leftTrue)
2517
Me.
IntersectWith
(Me.State, _state)