2 writes to IsShowingInformation
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
433cmd.IsShowingInformation = true; 551cmd.IsShowingInformation = true;
3 references to IsShowingInformation
Microsoft.AspNetCore.Shared.Tests (3)
CommandLineApplicationTests.cs (3)
951Assert.Equal(isShowingInformation, app.IsShowingInformation); 978Assert.Equal(isShowingInformation, app.IsShowingInformation); 1005Assert.Equal(isShowingInformation, app.IsShowingInformation);