2 references to CountOptionOccurrences
dotnet.Tests (2)
CommandTests\Test\GivenDotnetTestBuildsAndRunsHelp.cs (2)
85
int outputOptionCount =
CountOptionOccurrences
(helpOutput!, outputOptionName);
86
int noAnsiOptionCount =
CountOptionOccurrences
(helpOutput!, noAnsiOptionName);