4 references to FileTransferInformation
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
BlameCollector.cs (3)
524
var fti = new
FileTransferInformation
(_context.SessionDataCollectionContext, filepath, true);
546
var fileTransferInformation = new
FileTransferInformation
(_context.SessionDataCollectionContext, dumpFile, true);
603
var fileTranferInformation = new
FileTransferInformation
(_context.SessionDataCollectionContext, dumpFileNameFullPath, true);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectionSink.cs (1)
45
var fileInfo = new
FileTransferInformation
(context, path, deleteFile);