1 write to SharedStateIndex
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.SnapshotManager.cs (1)
272SharedStateIndex = sharedStateIndex;
4 references to SharedStateIndex
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.SnapshotManager.cs (4)
21/// The int key corresponds to <see cref="Snapshot.SharedStateIndex"/>. 56var sharedState = _walkerSharedStates[incrementalSnapshot.SharedStateIndex]; 63var sharedState = _walkerSharedStates[snapshot.SharedStateIndex]; 154/// correspond to <see cref="Snapshot.SharedStateIndex"/>.