4 references to s_appHostOption
aspire (4)
Commands\StopCommand.cs (4)
80Options.Add(s_appHostOption); 87var passedAppHostProjectFile = parseResult.GetValue(s_appHostOption); 95return CommandResult.Failure(CompleteStopActivity(activity, CliExitCodes.FailedToFindProject), string.Format(CultureInfo.InvariantCulture, StopCommandStrings.AllAndProjectMutuallyExclusive, s_allOption.Name, s_appHostOption.Name)); 248InteractionService.DisplayError(string.Format(CultureInfo.InvariantCulture, StopCommandStrings.MultipleAppHostsNonInteractive, s_appHostOption.Name, s_allOption.Name));