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"/>. 172Debug.Assert(_symbolToSlot.Count == _walkerStates.Count); 178return new SnapshotManager(_walkerStates.ToImmutableAndFree(), snapshotsArray, updatedSymbols); 204_walkerStates.SetItem(_currentWalkerSlot, stableState);