3 writes to _currentWalkerSlot
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.SnapshotManager.cs (3)
194_currentWalkerSlot = slot; 198_currentWalkerSlot = _symbolToSlot.Count; 208_currentWalkerSlot = previousSlot;
5 references to _currentWalkerSlot
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.SnapshotManager.cs (5)
174Debug.Assert(_currentWalkerSlot == -1, "Attempting to finalize snapshots before all walks completed"); 187var previousSlot = _currentWalkerSlot; 199_symbolToSlot.Add(symbol, _currentWalkerSlot); 207_walkerStates.SetItem(_currentWalkerSlot, stableState); 220_incrementalSnapshots[node.Syntax.SpanStart] = new Snapshot(currentState.CreateSnapshot(), _currentWalkerSlot);