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)
171
Debug.Assert(
_currentWalkerSlot
== -1, "Attempting to finalize snapshots before all walks completed");
184
var previousSlot =
_currentWalkerSlot
;
196
_symbolToSlot.Add(symbol,
_currentWalkerSlot
);
204
_walkerStates.SetItem(
_currentWalkerSlot
, stableState);
217
_incrementalSnapshots[node.Syntax.SpanStart] = new Snapshot(currentState.CreateSnapshot(),
_currentWalkerSlot
);