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