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)
89
var snapshotIndex =
_incrementalSnapshots
.BinarySearch(position, BinarySearchComparer);
100
return
_incrementalSnapshots
[snapshotIndex].snapshot;