1 write to _incrementalSnapshots
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.SnapshotManager.cs (1)
41_incrementalSnapshots = incrementalSnapshots;
4 references to _incrementalSnapshots
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.SnapshotManager.cs (4)
92var snapshotIndex = _incrementalSnapshots.BinarySearch(position, BinarySearchComparer); 103return _incrementalSnapshots[snapshotIndex].snapshot; 115int position = _incrementalSnapshots.BinarySearch(nodePosition, BinarySearchComparer); 121Debug.Assert(_walkerSharedStates.Length > _incrementalSnapshots[position].snapshot.SharedStateIndex, $"Did not find shared state for {node} `{node.Syntax}`.");