1 write to DisplayEmptyLineCount
Aspire.Cli.Tests (1)
TestServices\TestInteractionService.cs (1)
325DisplayEmptyLineCount++;
3 references to DisplayEmptyLineCount
Aspire.Cli.Tests (3)
Commands\BaseCommandTests.cs (2)
94Assert.Equal(0, testInteractionService.DisplayEmptyLineCount); 119Assert.Equal(0, testInteractionService.DisplayEmptyLineCount);
Projects\ProjectLocatorTests.cs (1)
2010Assert.Equal(0, interactionService.DisplayEmptyLineCount);