2 instantiations of VMState
dotnet-MsiInstallation.Tests (2)
Framework\VirtualMachine.cs (1)
90
_vmState = new
VMState
();
Framework\VMStateTree.cs (1)
112
return new
VMState
()
2 references to VMState
dotnet-MsiInstallation.Tests (2)
Framework\VirtualMachine.cs (1)
21
VMState
_vmState;
Framework\VMStateTree.cs (1)
110
public
VMState
ToVMState()