4 references to AttachmentSet
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\29\TestPlatformJsonContext.AttachmentSet.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet((global::System.Uri)args[0], (string)args[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));