3 references to CreateSnapshot
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (2)
7778
return new VariableState(variables.CreateSnapshot(), localState.
CreateSnapshot
());
12258
return new LocalStateSnapshot(Id, _container?.Value.
CreateSnapshot
(), _state.Clone());
FlowAnalysis\NullableWalker.SnapshotManager.cs (1)
217
_incrementalSnapshots[node.Syntax.SpanStart] = new Snapshot(currentState.
CreateSnapshot
(), _currentWalkerSlot);