1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12739_state = state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
12750return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 12753public bool Reachable => _state[0]; 12813private int Capacity => _state.Capacity / 2; 12817_state.EnsureCapacity(capacity * 2); 12936Debug.Assert((_state[index], _state[index + 1]) != (false, false)); 12938var result = (_state[index], _state[index + 1]) switch 12968(_state[index], _state[index + 1]) = value switch 13003return new LocalState(Id, container, _state.Clone()); 13015Debug.Assert(_state.Capacity == other._state.Capacity); 13018_state[0] = newReachable; 13044Debug.Assert(_state.Capacity == other._state.Capacity); 13047_state[0] = newReachable;