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)
454
if (!string.IsNullOrWhiteSpace(
_collectHangDumpType
))
456
hangDumpArgs += $";DumpType={
_collectHangDumpType
}";