4 references to FileTransferInformation
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
BlameCollector.cs (3)
519
var fti = new
FileTransferInformation
(_context.SessionDataCollectionContext, filepath, true);
541
var fileTransferInformation = new
FileTransferInformation
(_context.SessionDataCollectionContext, dumpFile, true);
598
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);