4 references to StopSign
aspire (4)
Commands\RenderCommand.cs (1)
195InteractionService.DisplayMessage(KnownEmojis.StopSign, "Mixed methods test complete.");
Commands\StopCommand.cs (1)
221_interactionService.DisplayMessage(KnownEmojis.StopSign, "Sending stop signal...");
Interaction\ConsoleInteractionService.cs (1)
310DisplayMessage(KnownEmojis.StopSign, $"[teal bold]{InteractionServiceStrings.StoppingAspire}[/]", allowMarkup: true);
Projects\RunningInstanceManager.cs (1)
61_interactionService.DisplayMessage(KnownEmojis.StopSign, $"Stopping previous instance (AppHost PID: {appHostInfo.ProcessId.ToString(CultureInfo.InvariantCulture)}, CLI PID: {cliPidText})");