7 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
239public void DisplayEmptyLine()
Interaction\ExtensionInteractionService.cs (1)
282public void DisplayEmptyLine()
Aspire.Cli.Tests (5)
Commands\NewCommandTests.cs (1)
681public void DisplayEmptyLine() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
993public void DisplayEmptyLine() { }
Templating\DotNetTemplateFactoryTests.cs (1)
398public void DisplayEmptyLine() { }
TestServices\TestConsoleInteractionService.cs (1)
90public void DisplayEmptyLine()
TestServices\TestExtensionInteractionService.cs (1)
121public void DisplayEmptyLine()
27 references to DisplayEmptyLine
aspire (27)
Commands\BaseCommand.cs (1)
48InteractionService.DisplayEmptyLine();
Commands\InitCommand.cs (12)
115InteractionService.DisplayEmptyLine(); 117InteractionService.DisplayEmptyLine(); 122InteractionService.DisplayEmptyLine(); 124InteractionService.DisplayEmptyLine(); 183InteractionService.DisplayEmptyLine(); 185InteractionService.DisplayEmptyLine(); 198InteractionService.DisplayEmptyLine(); 200InteractionService.DisplayEmptyLine(); 216InteractionService.DisplayEmptyLine(); 218InteractionService.DisplayEmptyLine(); 645InteractionService.DisplayEmptyLine(); 647InteractionService.DisplayEmptyLine();
Projects\ProjectLocator.cs (2)
292interactionService.DisplayEmptyLine(); 379interactionService.DisplayEmptyLine();
Projects\ProjectUpdater.cs (12)
41interactionService.DisplayEmptyLine(); 63interactionService.DisplayEmptyLine(); 70interactionService.DisplayEmptyLine(); 107interactionService.DisplayEmptyLine(); 121interactionService.DisplayEmptyLine(); 129interactionService.DisplayEmptyLine(); 629interactionService.DisplayEmptyLine(); 779interactionService.DisplayEmptyLine(); 788interactionService.DisplayEmptyLine(); 795interactionService.DisplayEmptyLine(); 802interactionService.DisplayEmptyLine(); 833interactionService.DisplayEmptyLine();