1 instantiation of LocalStateSnapshot
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
11342return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone());
9 references to LocalStateSnapshot
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (6)
59internal readonly LocalStateSnapshot VariableNullableStates; 61internal VariableState(VariablesSnapshot variables, LocalStateSnapshot variableNullableStates) 11289internal readonly LocalStateSnapshot? Container; 11292internal LocalStateSnapshot(int id, LocalStateSnapshot? container, BitVector state) 11334internal static LocalState Create(LocalStateSnapshot snapshot) 11340internal LocalStateSnapshot CreateSnapshot()
FlowAnalysis\NullableWalker.SnapshotManager.cs (3)
56internal (VariablesSnapshot, LocalStateSnapshot) GetSnapshot(int position) 269internal readonly LocalStateSnapshot VariableState; 272internal Snapshot(LocalStateSnapshot variableState, int sharedStateIndex)