2 references to ToVMStateTree
dotnet-MsiInstallation.Tests (2)
Framework\VMStateTree.cs (2)
72tree.Actions.Add(entry.Action, (entry.ActionResult, entry.ResultingState.ToVMStateTree())); 115VMStates = VMStates.Select(s => s.ToVMStateTree()).ToDictionary(s => s.SnapshotName)