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