4 writes to _endOfRegionState
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\FlowAnalysis\AlwaysAssignedWalker.vb (4)
66
_endOfRegionState
= Me.StateWhenTrue.Clone()
67
IntersectWith(
_endOfRegionState
, Me.StateWhenFalse)
69
_endOfRegionState
= MyBase.State.Clone()
76
IntersectWith(
_endOfRegionState
, branch.State)
3 references to _endOfRegionState
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\AlwaysAssignedWalker.vb (3)
40
If (
_endOfRegionState
.Reachable) Then
41
For Each i In
_endOfRegionState
.Assigned.TrueBits
72
Debug.Assert(Not
_endOfRegionState
.Assigned.IsNull)