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