4 references to StopSign
aspire (4)
Commands\RenderCommand.cs (1)
390InteractionService.DisplayMessage(KnownEmojis.StopSign, "Mixed methods test complete.");
Commands\StopCommand.cs (1)
500InteractionService.DisplayMessage(KnownEmojis.StopSign, string.Format(CultureInfo.CurrentCulture, StopCommandStrings.SendingStopSignal, appHostIdentifier));
Interaction\ConsoleInteractionService.cs (1)
655DisplayMessage(KnownEmojis.StopSign, $"[teal bold]{message ?? InteractionServiceStrings.StoppingAspire}[/]", allowMarkup: true, consoleOverride: consoleOverride);
Projects\RunningInstanceManager.cs (1)
66_interactionService.DisplayMessage(KnownEmojis.StopSign, $"Stopping previous instance (AppHost PID: {appHostInfo.ProcessId.ToString(CultureInfo.InvariantCulture)}, CLI PID: {cliPidText})");