2 instantiations of UriDataAttachment
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\UriDataAttachment.cs (1)
101
return new
UriDataAttachment
(Description, uriToUse, _trxFileHelper);
Utility\Converter.cs (1)
477
TrxObjectModel.UriDataAttachment dataAttachment =
new
(uriDataAttachment.Description, sourceFileUri, _trxFileHelper);
6 references to UriDataAttachment
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
ObjectModel\CollectorDataEntry.cs (4)
121
IList<
UriDataAttachment
> uriAttachments = new List<
UriDataAttachment
>();
124
if (attachment is
UriDataAttachment
uriAtt)
161
if (attachment is
UriDataAttachment
uriDataAttachment)
ObjectModel\UriDataAttachment.cs (1)
93
internal
UriDataAttachment
CloneWithRelativePath(string baseDirectory)
Utility\Converter.cs (1)
477
TrxObjectModel.
UriDataAttachment
dataAttachment = new(uriDataAttachment.Description, sourceFileUri, _trxFileHelper);