1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13856_state = state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
13867return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13870public bool Reachable => _state[0]; 13930private int Capacity => _state.Capacity / 2; 13934_state.EnsureCapacity(capacity * 2); 14053Debug.Assert((_state[index], _state[index + 1]) != (false, false)); 14055var result = (_state[index], _state[index + 1]) switch 14085(_state[index], _state[index + 1]) = value switch 14120return new LocalState(Id, container, _state.Clone()); 14132Debug.Assert(_state.Capacity == other._state.Capacity); 14135_state[0] = newReachable; 14161Debug.Assert(_state.Capacity == other._state.Capacity); 14164_state[0] = newReachable;