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