9 references to LocalStateSnapshot
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (6)
59
internal readonly
LocalStateSnapshot
VariableNullableStates;
61
internal VariableState(VariablesSnapshot variables,
LocalStateSnapshot
variableNullableStates)
12205
internal readonly
LocalStateSnapshot
? Container;
12208
internal LocalStateSnapshot(int id,
LocalStateSnapshot
? container, BitVector state)
12250
internal static LocalState Create(
LocalStateSnapshot
snapshot)
12256
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)