1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13856
_state
= state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
13867
return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(),
_state
.Clone());
13870
public bool Reachable =>
_state
[0];
13930
private int Capacity =>
_state
.Capacity / 2;
13934
_state
.EnsureCapacity(capacity * 2);
14053
Debug.Assert((
_state
[index],
_state
[index + 1]) != (false, false));
14055
var result = (
_state
[index],
_state
[index + 1]) switch
14085
(
_state
[index],
_state
[index + 1]) = value switch
14120
return new LocalState(Id, container,
_state
.Clone());
14132
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
14135
_state
[0] = newReachable;
14161
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
14164
_state
[0] = newReachable;