3 writes to _currentWalkerSlot
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.SnapshotManager.cs (3)
191_currentWalkerSlot = slot; 195_currentWalkerSlot = _symbolToSlot.Count; 205_currentWalkerSlot = previousSlot;
5 references to _currentWalkerSlot
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.SnapshotManager.cs (5)
171Debug.Assert(_currentWalkerSlot == -1, "Attempting to finalize snapshots before all walks completed"); 184var previousSlot = _currentWalkerSlot; 196_symbolToSlot.Add(symbol, _currentWalkerSlot); 204_walkerStates.SetItem(_currentWalkerSlot, stableState); 217_incrementalSnapshots[node.Syntax.SpanStart] = new Snapshot(currentState.CreateSnapshot(), _currentWalkerSlot);