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