7 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
214public void DisplayEmptyLine()
Interaction\ExtensionInteractionService.cs (1)
275public void DisplayEmptyLine()
Aspire.Cli.Tests (5)
Commands\NewCommandTests.cs (1)
680public void DisplayEmptyLine() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
982public void DisplayEmptyLine() { }
Templating\DotNetTemplateFactoryTests.cs (1)
415public void DisplayEmptyLine() { }
TestServices\TestConsoleInteractionService.cs (1)
90public void DisplayEmptyLine()
TestServices\TestExtensionInteractionService.cs (1)
116public void DisplayEmptyLine()
27 references to DisplayEmptyLine
aspire (27)
Commands\BaseCommand.cs (1)
48InteractionService.DisplayEmptyLine();
Commands\InitCommand.cs (12)
112InteractionService.DisplayEmptyLine(); 114InteractionService.DisplayEmptyLine(); 119InteractionService.DisplayEmptyLine(); 121InteractionService.DisplayEmptyLine(); 172InteractionService.DisplayEmptyLine(); 174InteractionService.DisplayEmptyLine(); 187InteractionService.DisplayEmptyLine(); 189InteractionService.DisplayEmptyLine(); 205InteractionService.DisplayEmptyLine(); 207InteractionService.DisplayEmptyLine(); 574InteractionService.DisplayEmptyLine(); 576InteractionService.DisplayEmptyLine();
Projects\ProjectLocator.cs (2)
297interactionService.DisplayEmptyLine(); 370interactionService.DisplayEmptyLine();
Projects\ProjectUpdater.cs (12)
40interactionService.DisplayEmptyLine(); 62interactionService.DisplayEmptyLine(); 69interactionService.DisplayEmptyLine(); 106interactionService.DisplayEmptyLine(); 120interactionService.DisplayEmptyLine(); 128interactionService.DisplayEmptyLine(); 568interactionService.DisplayEmptyLine(); 718interactionService.DisplayEmptyLine(); 727interactionService.DisplayEmptyLine(); 734interactionService.DisplayEmptyLine(); 741interactionService.DisplayEmptyLine(); 772interactionService.DisplayEmptyLine();