4 references to None
dotnet (4)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (4)
876
InstallAction plannedAction = InstallAction.
None
;
894
plannedAction = (requestedAction != InstallAction.Repair) && (requestedAction != InstallAction.Uninstall) ? InstallAction.
None
: requestedAction;
902
: InstallAction.
None
;
1044
case InstallAction.
None
: