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)
13981
return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(),
_state
.Clone());
13984
public bool Reachable =>
_state
[0];
14044
private int Capacity =>
_state
.Capacity / 2;
14048
_state
.EnsureCapacity(capacity * 2);
14167
Debug.Assert((
_state
[index],
_state
[index + 1]) != (false, false));
14169
var result = (
_state
[index],
_state
[index + 1]) switch
14199
(
_state
[index],
_state
[index + 1]) = value switch
14234
return new LocalState(Id, container,
_state
.Clone());
14246
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
14249
_state
[0] = newReachable;
14275
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
14278
_state
[0] = newReachable;