Base:
method
IntersectWith
Microsoft.CodeAnalysis.VisualBasic.AbstractFlowPass(Of LocalState).IntersectWith(ByRef LocalState, ByRef LocalState)
10 references to IntersectWith
Microsoft.CodeAnalysis.VisualBasic (10)
Analysis\FlowAnalysis\AlwaysAssignedWalker.vb (2)
68IntersectWith(_endOfRegionState, Me.StateWhenFalse) 77IntersectWith(_endOfRegionState, branch.State)
Analysis\FlowAnalysis\DataFlowPass.vb (8)
1455Me.IntersectWith(_tryState, Me._tryState.Value) 1459Me.IntersectWith(tryState, oldTryState.Value) 1476Me.IntersectWith(finallyState, Me._tryState.Value) 1480Me.IntersectWith(tryState, oldTryState.Value) 1510Me.IntersectWith(unsetInFinally, Me._tryState.Value) 1514Me.IntersectWith(tryState, oldTryState.Value) 1709Me.IntersectWith(finalState, Me.State) 1722Me.IntersectWith(finalState, Me.State)