1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12319
_state
= state;
17 references to _state
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (17)
12330
return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(),
_state
.Clone());
12333
public bool Reachable =>
_state
[0];
12393
private int Capacity =>
_state
.Capacity / 2;
12397
_state
.EnsureCapacity(capacity * 2);
12516
Debug.Assert((
_state
[index],
_state
[index + 1]) != (false, false));
12518
var result = (
_state
[index],
_state
[index + 1]) switch
12548
(
_state
[index],
_state
[index + 1]) = value switch
12583
return new LocalState(Id, container,
_state
.Clone());
12595
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
12598
_state
[0] = newReachable;
12624
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
12627
_state
[0] = newReachable;