1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
11331_state = state;
15 references to _state
Microsoft.CodeAnalysis.CSharp (15)
FlowAnalysis\NullableWalker.cs (15)
11342return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 11345public bool Reachable => _state[0]; 11405private int Capacity => _state.Capacity / 2; 11409_state.EnsureCapacity(capacity * 2); 11527var result = (_state[index], _state[index + 1]) switch 11556(_state[index], _state[index + 1]) = value switch 11591return new LocalState(Id, container, _state.Clone()); 11603Debug.Assert(_state.Capacity == other._state.Capacity); 11606_state[0] = newReachable; 11629Debug.Assert(_state.Capacity == other._state.Capacity); 11632_state[0] = newReachable;