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