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