3 writes to _collectHangDump
dotnet (3)
Commands\Test\VSTest\VSTestArgumentConverter.cs (3)
398
_collectHangDump
= true;
404
_collectHangDump
= true;
411
_collectHangDump
= true;
2 references to _collectHangDump
dotnet (2)
Commands\Test\VSTest\VSTestArgumentConverter.cs (2)
451
if (
_collectHangDump
)
465
if (_collectCrashDump ||
_collectHangDump
)