1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13912_state = state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
13923return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13926public bool Reachable => _state[0]; 13986private int Capacity => _state.Capacity / 2; 13990_state.EnsureCapacity(capacity * 2); 14109Debug.Assert((_state[index], _state[index + 1]) != (false, false)); 14111var result = (_state[index], _state[index + 1]) switch 14141(_state[index], _state[index + 1]) = value switch 14176return new LocalState(Id, container, _state.Clone()); 14188Debug.Assert(_state.Capacity == other._state.Capacity); 14191_state[0] = newReachable; 14217Debug.Assert(_state.Capacity == other._state.Capacity); 14220_state[0] = newReachable;