3 references to AttachmentSet
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\AttachmentConverters.cs (1)
27
var attachmentSet = new
AttachmentSet
(uri, displayName);
Microsoft.TestPlatform.Utilities (1)
CodeCoverageDataAttachmentsHandler.cs (1)
73
var resultAttachmentSet = new
AttachmentSet
(CodeCoverageDataCollectorUri, CoverageFriendlyName);
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionAttachmentManager.cs (1)
178
AttachmentSets[fileTransferInfo.Context].TryAdd(uri, new
AttachmentSet
(uri, friendlyName));