1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12606
_state
= state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
12617
return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(),
_state
.Clone());
12620
public bool Reachable =>
_state
[0];
12680
private int Capacity =>
_state
.Capacity / 2;
12684
_state
.EnsureCapacity(capacity * 2);
12803
Debug.Assert((
_state
[index],
_state
[index + 1]) != (false, false));
12805
var result = (
_state
[index],
_state
[index + 1]) switch
12835
(
_state
[index],
_state
[index + 1]) = value switch
12870
return new LocalState(Id, container,
_state
.Clone());
12882
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
12885
_state
[0] = newReachable;
12911
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
12914
_state
[0] = newReachable;