1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13970_state = state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
13981return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13984public bool Reachable => _state[0]; 14044private int Capacity => _state.Capacity / 2; 14048_state.EnsureCapacity(capacity * 2); 14167Debug.Assert((_state[index], _state[index + 1]) != (false, false)); 14169var result = (_state[index], _state[index + 1]) switch 14199(_state[index], _state[index + 1]) = value switch 14234return new LocalState(Id, container, _state.Clone()); 14246Debug.Assert(_state.Capacity == other._state.Capacity); 14249_state[0] = newReachable; 14275Debug.Assert(_state.Capacity == other._state.Capacity); 14278_state[0] = newReachable;