4 writes to _endOfRegionState
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\AlwaysAssignedWalker.cs (4)
127
_endOfRegionState
= StateWhenTrue.Clone();
128
Join(ref
_endOfRegionState
, ref StateWhenFalse);
132
_endOfRegionState
= this.State.Clone();
139
Join(ref
_endOfRegionState
, ref branch.State);
2 references to _endOfRegionState
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\AlwaysAssignedWalker.cs (2)
53
if (
_endOfRegionState
.Reachable)
55
foreach (var i in
_endOfRegionState
.Assigned.TrueBits())