8 implementations of DisplayCancellationMessage
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
222public void DisplayCancellationMessage()
Interaction\ExtensionInteractionService.cs (1)
275public void DisplayCancellationMessage()
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
909public void DisplayCancellationMessage() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
992public void DisplayCancellationMessage() { }
Commands\UpdateCommandTests.cs (1)
969public void DisplayCancellationMessage()
Templating\DotNetTemplateFactoryTests.cs (1)
423public void DisplayCancellationMessage() { }
TestServices\TestConsoleInteractionService.cs (1)
94public void DisplayCancellationMessage()
TestServices\TestExtensionInteractionService.cs (1)
107public void DisplayCancellationMessage()
8 references to DisplayCancellationMessage
aspire (7)
Commands\AddCommand.cs (1)
206InteractionService.DisplayCancellationMessage();
Commands\ExecCommand.cs (1)
278InteractionService.DisplayCancellationMessage();
Commands\RunCommand.cs (1)
362InteractionService.DisplayCancellationMessage();
Commands\UpdateCommand.cs (3)
136InteractionService.DisplayCancellationMessage(); 242InteractionService.DisplayCancellationMessage(); 293InteractionService.DisplayCancellationMessage();
Templating\DotNetTemplateFactory.cs (1)
489interactionService.DisplayCancellationMessage();
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
972_innerService.DisplayCancellationMessage();