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