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