1 override of Exists
dotnet-MsiInstallation.Tests (1)
Framework\VirtualMachine.cs (1)
541public override bool Exists => GetResult().Exists;
3 references to Exists
dotnet-MsiInstallation.Tests (3)
Framework\RemoteFile.cs (2)
37_file.Exists.Should().BeTrue($"Expected File {_file.Path} to exist, but it does not."); 43_file.Exists.Should().BeFalse($"Expected File {_file.Path} to not exist, but it does.");
WorkloadSetTestsBase.cs (1)
30if (!versionsFile.Exists)