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