3 overrides of IsClient
dotnet (2)
Installer\Windows\InstallClientElevationContext.cs (1)
23public override bool IsClient => true;
Installer\Windows\InstallServerElevationContext.cs (1)
17public override bool IsClient => false;
dotnet.Tests (1)
CommandTests\Workload\List\GivenAnMsiInstallation.cs (1)
80public override bool IsClient => true;
1 reference to IsClient
dotnet (1)
Installer\Windows\InstallerBase.cs (1)
59protected bool IsClient => ElevationContext.IsClient;