1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12308_state = state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
12319return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 12322public bool Reachable => _state[0]; 12382private int Capacity => _state.Capacity / 2; 12386_state.EnsureCapacity(capacity * 2); 12505Debug.Assert((_state[index], _state[index + 1]) != (false, false)); 12507var result = (_state[index], _state[index + 1]) switch 12537(_state[index], _state[index + 1]) = value switch 12572return new LocalState(Id, container, _state.Clone()); 12584Debug.Assert(_state.Capacity == other._state.Capacity); 12587_state[0] = newReachable; 12613Debug.Assert(_state.Capacity == other._state.Capacity); 12616_state[0] = newReachable;