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