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