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