9 writes to State
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\AbstractFlowPass.NestedTypes.vb (1)
109
Me.
State
= state.Clone()
Analysis\FlowAnalysis\AbstractFlowPass.vb (5)
395
IntersectWith(breakState, pending.
State
)
430
IntersectWith(Me.State, pending.
State
)
473
Dim changed = IntersectWith(_state, pending.
State
)
2043
Me.UnionWith(pend.
State
, Me.State)
2045
Me.IntersectWith(pend.
State
, unsetInFinally)
Analysis\FlowAnalysis\AlwaysAssignedWalker.vb (2)
76
IntersectWith(_endOfRegionState, branch.
State
)
93
pending.
State
= If(pending.State.Reachable, ReachableState(), UnreachableState())
Analysis\FlowAnalysis\DataFlowsInWalker.vb (1)
69
pending.
State
= ResetState(pending.State)
2 references to State
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\FlowAnalysis\AlwaysAssignedWalker.vb (1)
93
pending.State = If(pending.
State
.Reachable, ReachableState(), UnreachableState())
Analysis\FlowAnalysis\DataFlowsInWalker.vb (1)
69
pending.State = ResetState(pending.
State
)