3 writes to StateWhenTrue
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
147Me.StateWhenTrue = _whenTrue 156Me.StateWhenTrue = Nothing 172Me.IntersectWith(Me.StateWhenTrue, Me.StateWhenFalse)
19 references to StateWhenTrue
Microsoft.CodeAnalysis.VisualBasic (19)
Analysis\FlowAnalysis\AbstractFlowPass.vb (17)
173Me.SetState(Me.StateWhenTrue) 1386Dim trueState As LocalState = Me.StateWhenTrue 1402Dim trueState As LocalState = Me.StateWhenTrue 1768Dim bodyState As LocalState = Me.StateWhenTrue 1940Dim bodyState As LocalState = Me.StateWhenTrue 1992Dim bodyState As LocalState = Me.StateWhenTrue 2157Dim leftTrue As LocalState = Me.StateWhenTrue 2161Dim resultTrue As LocalState = Me.StateWhenTrue 2167Dim leftTrue As LocalState = Me.StateWhenTrue 2171Dim resultTrue As LocalState = Me.StateWhenTrue 2273Me.SetConditionalState(Me.StateWhenFalse, Me.StateWhenTrue) 2445exitState = Me.StateWhenTrue 2449Me.SetState(Me.StateWhenTrue) 2467exitState = Me.StateWhenTrue 2471Me.SetState(Me.StateWhenTrue) 2544_pendingBranches.Add(New PendingBranch(node, Me.StateWhenTrue, Me._nesting)) 2548Me.SetState(Me.StateWhenTrue)
Analysis\FlowAnalysis\AlwaysAssignedWalker.vb (1)
66_endOfRegionState = Me.StateWhenTrue.Clone()
Analysis\FlowAnalysis\DefinitelyAssignedWalker.vb (1)
56Me.ProcessState(definitelyAssigned, Me.StateWhenTrue, Me.StateWhenFalse)