21 references to IsClient
dotnet (21)
Commands\Workload\Install\MsiInstallerBase.cs (17)
178else if (IsClient) 187throw new InvalidOperationException($"Invalid configuration: elevated: {IsElevated}, client: {IsClient}"); 215else if (IsClient) 222throw new InvalidOperationException($"Invalid configuration: elevated: {IsElevated}, client: {IsClient}"); 244else if (IsClient) 251throw new InvalidOperationException($"Invalid configuration: elevated: {IsElevated}, client: {IsClient}"); 266else if (IsClient) 273throw new InvalidOperationException($"Invalid configuration: elevated: {IsElevated}, client: {IsClient}"); 294else if (IsClient) 302throw new InvalidOperationException($"Invalid configuration: elevated: {IsElevated}, client: {IsClient}"); 330else if (IsClient) 339throw new InvalidOperationException($"Invalid configuration: elevated: {IsElevated}, client: {IsClient}"); 363else if (IsClient) 372throw new InvalidOperationException($"Invalid configuration: elevated: {IsElevated}, client: {IsClient}"); 533else if (IsClient) 569else if (IsClient) 600else if (IsClient)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (1)
722else if (IsClient && Dispatcher != null && Dispatcher.IsConnected)
Commands\Workload\Install\WorkloadInstallRecords\RegistryWorkloadInstallationRecordRepository.cs (2)
60else if (IsClient) 109else if (IsClient)
Installer\Windows\MsiPackageCache.cs (1)
76else if (IsClient)