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