2 writes to AttachmentSets
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\AfterTestRunEndResult.cs (2)
24AttachmentSets = null!; 58AttachmentSets = attachmentSets;
2 references to AttachmentSets
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\AfterTestRunEndResultConverter.cs (1)
45WriteProperty(writer, "AttachmentSets", value.AttachmentSets, options);
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\ProxyDataCollectionManager.cs (1)
167return new DataCollectionResult(afterTestRunEnd?.AttachmentSets, afterTestRunEnd?.InvokedDataCollectors);