1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12685_state = state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
12696return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 12699public bool Reachable => _state[0]; 12759private int Capacity => _state.Capacity / 2; 12763_state.EnsureCapacity(capacity * 2); 12882Debug.Assert((_state[index], _state[index + 1]) != (false, false)); 12884var result = (_state[index], _state[index + 1]) switch 12914(_state[index], _state[index + 1]) = value switch 12949return new LocalState(Id, container, _state.Clone()); 12961Debug.Assert(_state.Capacity == other._state.Capacity); 12964_state[0] = newReachable; 12990Debug.Assert(_state.Capacity == other._state.Capacity); 12993_state[0] = newReachable;