2 writes to _hangDumpType
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (2)
417
_hangDumpType
= value;
431
_hangDumpType
= value2;
2 references to _hangDumpType
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (2)
257
if ((
_hangDumpType
?? HangDumpType.Full) != HangDumpType.None)
263
_processDumpUtility.StartHangBasedProcessDump(_testHostProcessId, dumpDirectory,
_hangDumpType
== HangDumpType.Full, _targetFramework!, logWarning);