1 write to _state
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
11331
_state
= state;
15 references to _state
Microsoft.CodeAnalysis.CSharp (15)
FlowAnalysis\NullableWalker.cs (15)
11342
return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(),
_state
.Clone());
11345
public bool Reachable =>
_state
[0];
11405
private int Capacity =>
_state
.Capacity / 2;
11409
_state
.EnsureCapacity(capacity * 2);
11527
var result = (
_state
[index],
_state
[index + 1]) switch
11556
(
_state
[index],
_state
[index + 1]) = value switch
11591
return new LocalState(Id, container,
_state
.Clone());
11603
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
11606
_state
[0] = newReachable;
11629
Debug.Assert(
_state
.Capacity == other.
_state
.Capacity);
11632
_state
[0] = newReachable;