6 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
193public void DisplayEmptyLine()
Interaction\ExtensionInteractionService.cs (1)
221public void DisplayEmptyLine()
Aspire.Cli.Tests (4)
Commands\NewCommandTests.cs (1)
670public void DisplayEmptyLine() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
843public void DisplayEmptyLine() { }
TestServices\TestConsoleInteractionService.cs (1)
80public void DisplayEmptyLine()
TestServices\TestExtensionInteractionService.cs (1)
94public void DisplayEmptyLine()
7 references to DisplayEmptyLine
aspire (7)
Projects\ProjectLocator.cs (1)
167interactionService.DisplayEmptyLine();
Projects\ProjectUpdater.cs (6)
38interactionService.DisplayEmptyLine(); 60interactionService.DisplayEmptyLine(); 67interactionService.DisplayEmptyLine(); 104interactionService.DisplayEmptyLine(); 118interactionService.DisplayEmptyLine(); 126interactionService.DisplayEmptyLine();