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