1 write to _incrementalSnapshots
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.SnapshotManager.cs (1)
38_incrementalSnapshots = incrementalSnapshots;
2 references to _incrementalSnapshots
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.SnapshotManager.cs (2)
89var snapshotIndex = _incrementalSnapshots.BinarySearch(position, BinarySearchComparer); 100return _incrementalSnapshots[snapshotIndex].snapshot;