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