1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
14058_state = state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
14069return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 14072public bool Reachable => _state[0]; 14132private int Capacity => _state.Capacity / 2; 14136_state.EnsureCapacity(capacity * 2); 14255Debug.Assert((_state[index], _state[index + 1]) != (false, false)); 14257var result = (_state[index], _state[index + 1]) switch 14287(_state[index], _state[index + 1]) = value switch 14322return new LocalState(Id, container, _state.Clone()); 14334Debug.Assert(_state.Capacity == other._state.Capacity); 14337_state[0] = newReachable; 14363Debug.Assert(_state.Capacity == other._state.Capacity); 14366_state[0] = newReachable;