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