1 write to Attachments
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestResult.cs (1)
30Attachments = new Collection<AttachmentSet>();
9 references to Attachments
Microsoft.TestPlatform.CommunicationUtilities (4)
Serialization\TestResultConverter.cs (2)
37testResult.Attachments.Add(JsonSerializer.Deserialize<AttachmentSet>(attachment, options)!); 120JsonSerializer.Serialize(writer, value.Attachments, options);
Serialization\TestResultConverterV2.cs (2)
40testResult.Attachments.Add(JsonSerializer.Deserialize<AttachmentSet>(attachment, options)!); 115JsonSerializer.Serialize(writer, value.Attachments, options);
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\ProxyOutOfProcDataCollectionManager.cs (1)
86e.TestResult.Attachments.Add(attachment);
EventHandlers\PathConverter.cs (1)
141UpdateAttachmentSets(tr.Attachments, updateDirection);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
Utility\Converter.cs (3)
374if (rockSteadyTestResult.Attachments == null || rockSteadyTestResult.Attachments.Count == 0) 388foreach (AttachmentSet attachmentSet in rockSteadyTestResult.Attachments)