8 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
295public void DisplayEmptyLine()
Interaction\ExtensionInteractionService.cs (1)
282public void DisplayEmptyLine()
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
951public void DisplayEmptyLine() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
947public void DisplayEmptyLine() { }
Commands\UpdateCommandTests.cs (1)
977public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();
Templating\DotNetTemplateFactoryTests.cs (1)
444public void DisplayEmptyLine() { }
TestServices\TestConsoleInteractionService.cs (1)
108public void DisplayEmptyLine()
TestServices\TestExtensionInteractionService.cs (1)
121public void DisplayEmptyLine()
43 references to DisplayEmptyLine
aspire (42)
Commands\BaseCommand.cs (1)
52InteractionService.DisplayEmptyLine();
Commands\ConfigCommand.cs (6)
252InteractionService.DisplayEmptyLine(); 262InteractionService.DisplayEmptyLine(); 274InteractionService.DisplayEmptyLine(); 428InteractionService.DisplayEmptyLine(); 431InteractionService.DisplayEmptyLine(); 437InteractionService.DisplayEmptyLine();
Commands\InitCommand.cs (14)
152InteractionService.DisplayEmptyLine(); 154InteractionService.DisplayEmptyLine(); 173InteractionService.DisplayEmptyLine(); 175InteractionService.DisplayEmptyLine(); 180InteractionService.DisplayEmptyLine(); 182InteractionService.DisplayEmptyLine(); 241InteractionService.DisplayEmptyLine(); 243InteractionService.DisplayEmptyLine(); 256InteractionService.DisplayEmptyLine(); 258InteractionService.DisplayEmptyLine(); 274InteractionService.DisplayEmptyLine(); 276InteractionService.DisplayEmptyLine(); 774InteractionService.DisplayEmptyLine(); 776InteractionService.DisplayEmptyLine();
Commands\McpInitCommand.cs (1)
61InteractionService.DisplayEmptyLine();
Projects\GuestAppHostProject.cs (4)
893_interactionService.DisplayEmptyLine(); 902_interactionService.DisplayEmptyLine(); 927_interactionService.DisplayEmptyLine(); 931_interactionService.DisplayEmptyLine();
Projects\LanguageService.cs (2)
84_interactionService.DisplayEmptyLine(); 91_interactionService.DisplayEmptyLine();
Projects\ProjectLocator.cs (2)
182interactionService.DisplayEmptyLine(); 257interactionService.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)
977public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();