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