1 write to _fileHelper
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
105_fileHelper = fileHelper;
4 references to _fileHelper
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
BlameCollector.cs (4)
287var fileTransferInformation = new FileTransferInformation(_context.SessionDataCollectionContext, dumpFile, true, _fileHelper); 344if (!_fileHelper.DirectoryExists(_monitorPostmortemDumpFolderPath)) 570if (!_fileHelper.DirectoryExists(_monitorPostmortemDumpFolderPath)) 577foreach (var dumpFileNameFullPath in _fileHelper.GetFiles(_monitorPostmortemDumpFolderPath, "*.dmp", SearchOption.TopDirectoryOnly).ToArray())