1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13207_state = state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
13218return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13221public bool Reachable => _state[0]; 13281private int Capacity => _state.Capacity / 2; 13285_state.EnsureCapacity(capacity * 2); 13404Debug.Assert((_state[index], _state[index + 1]) != (false, false)); 13406var result = (_state[index], _state[index + 1]) switch 13436(_state[index], _state[index + 1]) = value switch 13471return new LocalState(Id, container, _state.Clone()); 13483Debug.Assert(_state.Capacity == other._state.Capacity); 13486_state[0] = newReachable; 13512Debug.Assert(_state.Capacity == other._state.Capacity); 13515_state[0] = newReachable;