1 write to _collectHangDumpType
dotnet (1)
Commands\Test\VSTest\VSTestArgumentConverter.cs (1)
405_collectHangDumpType = argument;
2 references to _collectHangDumpType
dotnet (2)
Commands\Test\VSTest\VSTestArgumentConverter.cs (2)
454if (!string.IsNullOrWhiteSpace(_collectHangDumpType)) 456hangDumpArgs += $";DumpType={_collectHangDumpType}";