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