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