1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13067_state = state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
13078return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13081public bool Reachable => _state[0]; 13141private int Capacity => _state.Capacity / 2; 13145_state.EnsureCapacity(capacity * 2); 13264Debug.Assert((_state[index], _state[index + 1]) != (false, false)); 13266var result = (_state[index], _state[index + 1]) switch 13296(_state[index], _state[index + 1]) = value switch 13331return new LocalState(Id, container, _state.Clone()); 13343Debug.Assert(_state.Capacity == other._state.Capacity); 13346_state[0] = newReachable; 13372Debug.Assert(_state.Capacity == other._state.Capacity); 13375_state[0] = newReachable;