1 instantiation of VMSnapshot
dotnet-MsiInstallation.Tests (1)
Framework\VirtualMachine.cs (1)
261return new VMSnapshot(this, _currentState);
2 references to VMSnapshot
dotnet-MsiInstallation.Tests (2)
Framework\VirtualMachine.cs (1)
259public VMSnapshot CreateSnapshot()
MsiInstallerTests.cs (1)
287var snapshot = VM.CreateSnapshot();