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)
67IntersectWith(_endOfRegionState, Me.StateWhenFalse) 76IntersectWith(_endOfRegionState, branch.State)
Analysis\FlowAnalysis\DataFlowPass.vb (8)
1449Me.IntersectWith(_tryState, Me._tryState.Value) 1453Me.IntersectWith(tryState, oldTryState.Value) 1470Me.IntersectWith(finallyState, Me._tryState.Value) 1474Me.IntersectWith(tryState, oldTryState.Value) 1504Me.IntersectWith(unsetInFinally, Me._tryState.Value) 1508Me.IntersectWith(tryState, oldTryState.Value) 1703Me.IntersectWith(finalState, Me.State) 1716Me.IntersectWith(finalState, Me.State)