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