1 write to Attachments
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestResult.cs (1)
30Attachments = new Collection<AttachmentSet>();
11 references to Attachments
Microsoft.TestPlatform.CommunicationUtilities (6)
_generated\65\TestPlatformJsonContext.TestResult.g.cs (2)
81Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult)obj).Attachments, 357CollectionAttachmentSetSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult)value).Attachments);
Serialization\TestResultConverter.cs (2)
37testResult.Attachments.Add(StjSafe.Deserialize<AttachmentSet>(attachment, options)!); 120StjSafe.Serialize(writer, value.Attachments, options);
Serialization\TestResultConverterV2.cs (2)
40testResult.Attachments.Add(StjSafe.Deserialize<AttachmentSet>(attachment, options)!); 115StjSafe.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)