4 writes to Exists
dotnet-MsiInstallation.Tests (4)
Framework\VirtualMachine.cs (4)
398result.Exists = true; 404result.Exists = false; 419result.Exists = true; 424result.Exists = false;
3 references to Exists
dotnet-MsiInstallation.Tests (3)
Framework\VirtualMachine.cs (3)
541public override bool Exists => GetResult().Exists; 546if (!result.Exists) 576public override bool Exists => GetResult().Exists;