7 references to Actions
dotnet-MsiInstallation.Tests (7)
Framework\VirtualMachine.cs (5)
163
var nodesToRemove = node.
Actions
.Where(a => !snapshotIds.Contains(a.Value.resultingState.SnapshotId)).ToList();
167
node.
Actions
.Remove(nodeToRemove.Key);
170
foreach (var result in node.
Actions
.Select(a => a.Value.resultingState))
301
if (_currentState.
Actions
.TryGetValue(action, out var result))
335
_currentState.
Actions
[action] = (actionResult, resultingState);
Framework\VMStateTree.cs (2)
23
Actions =
Actions
.Select(a => new SerializableVMStateTree.Entry()
72
tree.
Actions
.Add(entry.Action, (entry.ActionResult, entry.ResultingState.ToVMStateTree()));