4 references to UriDataAttachment
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\61\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.TestPlatform.CrossPlatEngine (1)
Client\MTP\MtpProxyExecutionManager.cs (1)
480set.Attachments.Add(new UriDataAttachment(fileUri!, display));
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
AttachmentSet.cs (1)
82return new UriDataAttachment(uri, description);