1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12428
_state
= state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
12439
return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(),
_state
.Clone());
12442
public bool Reachable =>
_state
[0];
12502
private int Capacity =>
_state
.Capacity / 2;
12506
_state
.EnsureCapacity(capacity * 2);
12625
Debug.Assert((
_state
[index],
_state
[index + 1]) != (false, false));
12627
var result = (
_state
[index],
_state
[index + 1]) switch
12657
(
_state
[index],
_state
[index + 1]) = value switch
12692
return new LocalState(Id, container,
_state
.Clone());
12704
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
12707
_state
[0] = newReachable;
12733
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
12736
_state
[0] = newReachable;