1 write to _collectHangDumpTimeout
dotnet (1)
Commands\Test\VSTest\VSTestArgumentConverter.cs (1)
412
_collectHangDumpTimeout
= argument;
2 references to _collectHangDumpTimeout
dotnet (2)
Commands\Test\VSTest\VSTestArgumentConverter.cs (2)
459
if (!string.IsNullOrWhiteSpace(
_collectHangDumpTimeout
))
461
hangDumpArgs += $";TestTimeout={
_collectHangDumpTimeout
}";