3 writes to StateWhenTrue
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
139Me.StateWhenTrue = _whenTrue 148Me.StateWhenTrue = Nothing 164Me.IntersectWith(Me.StateWhenTrue, Me.StateWhenFalse)
19 references to StateWhenTrue
Microsoft.CodeAnalysis.VisualBasic (19)
Analysis\FlowAnalysis\AbstractFlowPass.vb (17)
165Me.SetState(Me.StateWhenTrue) 1402Dim trueState As LocalState = Me.StateWhenTrue 1418Dim trueState As LocalState = Me.StateWhenTrue 1784Dim bodyState As LocalState = Me.StateWhenTrue 1956Dim bodyState As LocalState = Me.StateWhenTrue 2008Dim bodyState As LocalState = Me.StateWhenTrue 2173Dim leftTrue As LocalState = Me.StateWhenTrue 2177Dim resultTrue As LocalState = Me.StateWhenTrue 2183Dim leftTrue As LocalState = Me.StateWhenTrue 2187Dim resultTrue As LocalState = Me.StateWhenTrue 2289Me.SetConditionalState(Me.StateWhenFalse, Me.StateWhenTrue) 2461exitState = Me.StateWhenTrue 2465Me.SetState(Me.StateWhenTrue) 2483exitState = Me.StateWhenTrue 2487Me.SetState(Me.StateWhenTrue) 2560_pendingBranches.Add(New PendingBranch(node, Me.StateWhenTrue, Me._nesting)) 2564Me.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)