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