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