2 writes to _hangDumpType
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (2)
422_hangDumpType = value; 436_hangDumpType = value2;
2 references to _hangDumpType
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (2)
262if ((_hangDumpType ?? HangDumpType.Full) != HangDumpType.None) 268_processDumpUtility.StartHangBasedProcessDump(_testHostProcessId, dumpDirectory, _hangDumpType == HangDumpType.Full, _targetFramework!, logWarning);