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