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