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