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