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)
459if (!string.IsNullOrWhiteSpace(_collectHangDumpTimeout)) 461hangDumpArgs += $";TestTimeout={_collectHangDumpTimeout}";