1 write to SharedStateIndex
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.SnapshotManager.cs (1)
275SharedStateIndex = sharedStateIndex;
5 references to SharedStateIndex
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.SnapshotManager.cs (5)
24/// The int key corresponds to <see cref="Snapshot.SharedStateIndex"/>. 59var sharedState = _walkerSharedStates[incrementalSnapshot.SharedStateIndex]; 66var sharedState = _walkerSharedStates[snapshot.SharedStateIndex]; 121Debug.Assert(_walkerSharedStates.Length > _incrementalSnapshots[position].snapshot.SharedStateIndex, $"Did not find shared state for {node} `{node.Syntax}`."); 157/// correspond to <see cref="Snapshot.SharedStateIndex"/>.