1 write to Description
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
AttachmentSet.cs (1)
71Description = description;
7 references to Description
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\AttachmentConverters.cs (1)
76writer.WriteString("Description", value.Description);
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionManager.cs (1)
791file.Description,
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
Utility\Converter.cs (3)
459EqtTrace.Verbose($"TrxLogger.ToCollectorEntry: Got attachment {uriDataAttachment.Uri} with description {uriDataAttachment.Description}"); 476TPDebug.Assert(uriDataAttachment.Description is not null, "uriDataAttachment.Description is null"); 477TrxObjectModel.UriDataAttachment dataAttachment = new(uriDataAttachment.Description, sourceFileUri, _trxFileHelper);
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
AttachmentSet.cs (2)
76return $"{nameof(Uri)}: {Uri.AbsoluteUri}, {nameof(Description)}: {Description}";