1 instantiation of LocalStateSnapshot
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
14069
return new
LocalStateSnapshot
(Id, _container?.Value.CreateSnapshot(), _state.Clone());
9 references to LocalStateSnapshot
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (6)
78
internal readonly
LocalStateSnapshot
VariableNullableStates;
80
internal VariableState(VariablesSnapshot variables,
LocalStateSnapshot
variableNullableStates)
14016
internal readonly
LocalStateSnapshot
? Container;
14019
internal LocalStateSnapshot(int id,
LocalStateSnapshot
? container, BitVector state)
14061
internal static LocalState Create(
LocalStateSnapshot
snapshot)
14067
internal
LocalStateSnapshot
CreateSnapshot()
FlowAnalysis\NullableWalker.SnapshotManager.cs (3)
53
internal (VariablesSnapshot,
LocalStateSnapshot
) GetSnapshot(int position)
266
internal readonly
LocalStateSnapshot
VariableState;
269
internal Snapshot(
LocalStateSnapshot
variableState, int sharedStateIndex)