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)
282var fileTransferInformation = new FileTransferInformation(_context.SessionDataCollectionContext, dumpFile, true, _fileHelper); 339if (!_fileHelper.DirectoryExists(_monitorPostmortemDumpFolderPath)) 565if (!_fileHelper.DirectoryExists(_monitorPostmortemDumpFolderPath)) 572foreach (var dumpFileNameFullPath in _fileHelper.GetFiles(_monitorPostmortemDumpFolderPath, "*.dmp", SearchOption.TopDirectoryOnly).ToArray())