4 writes to _endOfRegionState
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\AlwaysAssignedWalker.cs (4)
126
_endOfRegionState
= StateWhenTrue.Clone();
127
Join(ref
_endOfRegionState
, ref StateWhenFalse);
131
_endOfRegionState
= this.State.Clone();
138
Join(ref
_endOfRegionState
, ref branch.State);
2 references to _endOfRegionState
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\AlwaysAssignedWalker.cs (2)
52
if (
_endOfRegionState
.Reachable)
54
foreach (var i in
_endOfRegionState
.Assigned.TrueBits())