2 references to StandardOutputSummaryMaxLines
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
1169if (lines.Length <= StandardOutputSummaryMaxLines) 1174int omitted = lines.Length - StandardOutputSummaryMaxLines;