4 references to _walkerStates
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.SnapshotManager.cs (4)
164
/// dictionary keeps track of. These slots correspond to indexes into <see cref="
_walkerStates
"/>.
172
Debug.Assert(_symbolToSlot.Count ==
_walkerStates
.Count);
178
return new SnapshotManager(
_walkerStates
.ToImmutableAndFree(), snapshotsArray, updatedSymbols);
204
_walkerStates
.SetItem(_currentWalkerSlot, stableState);