1 instantiation of LocalStateSnapshot
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13054
return new
LocalStateSnapshot
(Id, _container?.Value.CreateSnapshot(), _state.Clone());
9 references to LocalStateSnapshot
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (6)
59
internal readonly
LocalStateSnapshot
VariableNullableStates;
61
internal VariableState(VariablesSnapshot variables,
LocalStateSnapshot
variableNullableStates)
13001
internal readonly
LocalStateSnapshot
? Container;
13004
internal LocalStateSnapshot(int id,
LocalStateSnapshot
? container, BitVector state)
13046
internal static LocalState Create(
LocalStateSnapshot
snapshot)
13052
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)