3 references to UriDataAttachment
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\69\TestPlatformJsonContext.UriDataAttachment.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.
UriDataAttachment
((global::System.Uri)args[0], (string)args[1]),
Serialization\AttachmentConverters.cs (1)
70
return new
UriDataAttachment
(uri, description);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
AttachmentSet.cs (1)
82
return new
UriDataAttachment
(uri, description);