1 write to _monitorPostmortemDumpFolderPath
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
338
if (StringUtils.IsNullOrEmpty(
_monitorPostmortemDumpFolderPath
= collectDumpNode.GetAttribute("DumpDirectoryPath")))
3 references to _monitorPostmortemDumpFolderPath
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
BlameCollector.cs (3)
344
if (!_fileHelper.DirectoryExists(
_monitorPostmortemDumpFolderPath
))
570
if (!_fileHelper.DirectoryExists(
_monitorPostmortemDumpFolderPath
))
577
foreach (var dumpFileNameFullPath in _fileHelper.GetFiles(
_monitorPostmortemDumpFolderPath
, "*.dmp", SearchOption.TopDirectoryOnly).ToArray())