1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13980_state = state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
13991return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13994public bool Reachable => _state[0]; 14054private int Capacity => _state.Capacity / 2; 14058_state.EnsureCapacity(capacity * 2); 14177Debug.Assert((_state[index], _state[index + 1]) != (false, false)); 14179var result = (_state[index], _state[index + 1]) switch 14209(_state[index], _state[index + 1]) = value switch 14244return new LocalState(Id, container, _state.Clone()); 14256Debug.Assert(_state.Capacity == other._state.Capacity); 14259_state[0] = newReachable; 14285Debug.Assert(_state.Capacity == other._state.Capacity); 14288_state[0] = newReachable;