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