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
20 references to IntersectWith
Microsoft.CodeAnalysis.VisualBasic (20)
Analysis\FlowAnalysis\AbstractFlowPass.vb (20)
172
Me.
IntersectWith
(Me.StateWhenTrue, Me.StateWhenFalse)
362
IntersectWith
(Me.State, previousState)
376
If
IntersectWith
(oldState, Me.State) Then
395
IntersectWith
(breakState, pending.State)
430
IntersectWith
(Me.State, pending.State)
473
Dim changed =
IntersectWith
(_state, pending.State)
1395
Me.
IntersectWith
(Me.State, trueState)
1425
Me.
IntersectWith
(Me.State, trueState)
1460
IntersectWith
(Me.State, savedState)
1471
IntersectWith
(Me.State, savedState)
1476
IntersectWith
(Me.State, savedState)
1486
IntersectWith
(Me.State, savedState)
1490
IntersectWith
(Me.State, savedState)
1829
Me.
IntersectWith
(Me.State, localState)
2021
IntersectWith
(endState, Me.State)
2045
Me.
IntersectWith
(pend.State, unsetInFinally)
2053
Me.
IntersectWith
(endState, unsetInFinally)
2163
IntersectWith
(resultFalse, Me.StateWhenFalse)
2172
IntersectWith
(resultTrue, leftTrue)
2501
Me.
IntersectWith
(Me.State, _state)