2 references to _incrementalSnapshots
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.SnapshotManager.cs (2)
175
var snapshotsArray = EnumerableExtensions.SelectAsArray<KeyValuePair<int, Snapshot>, (int, Snapshot)>(
_incrementalSnapshots
, (kvp) => (kvp.Key, kvp.Value));
217
_incrementalSnapshots
[node.Syntax.SpanStart] = new Snapshot(currentState.CreateSnapshot(), _currentWalkerSlot);