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)
89
var snapshotIndex =
_incrementalSnapshots
.BinarySearch(position, BinarySearchComparer);
100
return
_incrementalSnapshots
[snapshotIndex].snapshot;
112
int position =
_incrementalSnapshots
.BinarySearch(nodePosition, BinarySearchComparer);
118
RoslynDebug.Assert(_walkerSharedStates.Length >
_incrementalSnapshots
[position].snapshot.SharedStateIndex, $"Did not find shared state for {node} `{node.Syntax}`.");