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