2 writes to AttachmentSets
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\AfterTestRunEndResult.cs (2)
24
AttachmentSets
= null!;
58
AttachmentSets
= attachmentSets;
4 references to AttachmentSets
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\2\TestPlatformJsonContext.AfterTestRunEndResult.g.cs (2)
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.Common.DataCollection.AfterTestRunEndResult)obj).
AttachmentSets
,
131
CollectionAttachmentSetSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.Common.DataCollection.AfterTestRunEndResult)value).
AttachmentSets
);
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);