8 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
244public void DisplayEmptyLine()
Interaction\ExtensionInteractionService.cs (1)
282public void DisplayEmptyLine()
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
912public void DisplayEmptyLine() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
993public void DisplayEmptyLine() { }
Commands\UpdateCommandTests.cs (1)
974public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();
Templating\DotNetTemplateFactoryTests.cs (1)
428public void DisplayEmptyLine() { }
TestServices\TestConsoleInteractionService.cs (1)
108public void DisplayEmptyLine()
TestServices\TestExtensionInteractionService.cs (1)
121public void DisplayEmptyLine()
28 references to DisplayEmptyLine
aspire (27)
Commands\BaseCommand.cs (1)
48InteractionService.DisplayEmptyLine();
Commands\InitCommand.cs (12)
132InteractionService.DisplayEmptyLine(); 134InteractionService.DisplayEmptyLine(); 139InteractionService.DisplayEmptyLine(); 141InteractionService.DisplayEmptyLine(); 200InteractionService.DisplayEmptyLine(); 202InteractionService.DisplayEmptyLine(); 215InteractionService.DisplayEmptyLine(); 217InteractionService.DisplayEmptyLine(); 233InteractionService.DisplayEmptyLine(); 235InteractionService.DisplayEmptyLine(); 698InteractionService.DisplayEmptyLine(); 700InteractionService.DisplayEmptyLine();
Projects\ProjectLocator.cs (2)
293interactionService.DisplayEmptyLine(); 380interactionService.DisplayEmptyLine();
Projects\ProjectUpdater.cs (12)
41interactionService.DisplayEmptyLine(); 63interactionService.DisplayEmptyLine(); 70interactionService.DisplayEmptyLine(); 107interactionService.DisplayEmptyLine(); 121interactionService.DisplayEmptyLine(); 129interactionService.DisplayEmptyLine(); 834interactionService.DisplayEmptyLine(); 984interactionService.DisplayEmptyLine(); 993interactionService.DisplayEmptyLine(); 1000interactionService.DisplayEmptyLine(); 1007interactionService.DisplayEmptyLine(); 1038interactionService.DisplayEmptyLine();
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
974public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();